Box api not displaying all the items within a folder?
Hello all, today I start working with box api, but some weird thing happened, when i upload a new folder via windows explorer with box app, the newly uploaded folder is not showing on the item list api, does the api need a specific time to be able to discover a newly uploaded folder?
-
Hi , You dont need to wait for the content to appear on the UI. Though as basic check I hope you have checked the response for a success message. If so, I suspect you might have created a Oauth 2.0 with JWT application and checking the upload in your root folder which does not work this way as the Oauth 2.0 with JWT will upload to the "app user"s container to see that from a users UI, you need to add the user as a collaborator to the content via API again.
Hope this helps
Please sign in to leave a comment.
Comments
1 comment