Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
DartVader
8 years agoNew member | Level 2
Cursor max size
Hello, My plugin is like proxy for the dropbox api, and I should return some stuff. In some cases I have to return the cursor (for example when i list a folder), and sometimes it is too big. can I se...
VVildVVolf13
8 years agoExplorer | Level 3
What does it depend on? I can respond a message for user, like "the dropbox returned too long cursor for this resource, please try to <...>", could you give me any suggestions for users?
Greg-DB
Dropbox Staff
8 years agoThe cursor length depends on the number of shared folders, team folders, and app folders in the account, as well as the amount of file activity. I don't recommend asking the user to modify their behavior or account to avoid this. I instead recommend updating your app to accommodate cursors of any length.
- VVildVVolf138 years agoExplorer | Level 3
Is there any limitations for max length? I want to try compression, but if the cursor in fact can be too large - it is not a solution. Also can I use a hash of cursor when I call the api, or cursor contains any useful information for the api?
- Greg-DB8 years ago
Dropbox Staff
There's no limit on the cursor length, as there's no limit on the number of files/folders that can be in an cursor. There isn't an option for compressing it, and the cursor does contain information that the API, so it's not possible to just send up a hash.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,972 PostsLatest Activity: 7 hours ago
If 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!