We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
SanjayGupta
6 years agoNew member | Level 2
API can't see new files in APP folder
Hi, I'm having an issue using java/groovy API 3.0.8 and 3.1.1 (latest). I have a local APP, with a few 'old' folders created before 06/27/2019 and 'new' files and folders added after that day. I w...
- 6 years ago
Thanks for reply, I solved it!
Yes, I am using 'App folder', but it was a different issue - I didn't paginate results using ListFolderResult.getCursor(), as described in this example, because I had just a few items in app root. Seems like my simplistic approach stopped working when subfolders became big enough. So adding check for result.getHasMore() helped.
TaylorKrusen
Dropbox Staff
Hello,
I have an idea for what may be causing this confusing behavior. When you're creating an app in the Dropbox developer console, there are two API access types to choose from: 'App folder' and 'Full Dropbox'. You can read about some of the differences here.
It sounds like you may be using an 'App folder' token to make calls that require a 'Full Dropbox' token.
Making a files/list_folder call from an 'App folder' token vs a 'Full Dropbox token' will yield different results and require a different path. A good way to tinker with them and gain a better understanding is the files/list_folder endpoint on the API explorer.
I'd recommend creating another Dropbox app, this time with 'Full Dropbox' access. Please give that a shot and come give me an update!
sgvcp
6 years agoNew member | Level 2
Thanks for reply, I solved it!
Yes, I am using 'App folder', but it was a different issue - I didn't paginate results using ListFolderResult.getCursor(), as described in this example, because I had just a few items in app root. Seems like my simplistic approach stopped working when subfolders became big enough. So adding check for result.getHasMore() helped.
- TaylorKrusen6 years agoDropbox Staff
Awesome! I'm glad you got it working.
Thanks so much for sharing the solution! It may help others that run into similar issues down the road.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!