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 ??
Question
list folder items
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.