我正在使用cURL,我需要列出特定存储桶的所有文件/对象。这是我使用的cURL:
for user_web_element in users:
# The next line given that there is only a single <button>
# in the screenshot for the matched WebElements.
user_button = user_web_element.find_element_by_tag_name('button')
user_button.click()
但它返回以下内容:
curl -k "https://developer.api.autodesk.com/oss/v2/buckets/myuniquebucket/objects" -X GET -H "Authorization: Bearer myAuthString" --header "Content-Type: application/json"
我肯定有5-6个文件在存储桶中。
谢谢。
答案 0 :(得分:0)
我猜您的存储分区是使用“瞬态”创建的,如果是这样,则所有项目将在24小时后自动删除。如果要保留这些文件,请在创建存储桶时使用“永久”。有关更多详细信息,请访问https://forge.autodesk.com/en/docs/data/v2/developers_guide/retention-policy/