list folder items
回答済みI uploaded a folder to my account, which is the same account that I created the developer account with (ACCESS_TOKEN). But when trying to view the files in the folder using:
curl https://api.box.com/2.0/folders/FOLDER_ID/items
-H "Authorization: Bearer ACCESS_TOKEN"
every time an error appears:
"type": "error", "status": 404, "code": "not_found",
"context_info": { "errors": [{ "reason": "invalid_parameter", "name": "folder",
"message": "Invalid value 'd_XXX'. 'folder' with value 'd_XXX' not found" }] }
what is wrong ??
-
正式なコメント
Hey Amr,
Can you send me the client ID of the application?
Thanks,
Alex, Box Developer Advocate
コメントアクション -
You should be able to use this endpoint to do so passing in the ids from the items returned in the first call.
サインインしてコメントを残してください。
コメント
5件のコメント