Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Blobster API 从 Foundry Code Repositories 或 Foundry Code Workbooks 中的(例如)Python 转换中获取文件。
实现这一目标的最佳方法是什么?
利用/blobster/api/salt/*rid***/token**
/blobster/api/salt/*rid***/token**
如果您将端点 sans/token与经典一起使用,{... 'Authorization': auth_token header}您的请求将向(307)多通道登录页面返回重定向响应。响应数据实际上是登录页面的 html(可能不是您想要的,不,我也不是)。
/token
{... 'Authorization': auth_token header}
(307)