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...
Greg-DB
Dropbox Staff
8 years agoUnfortunately, it's not possible to limit the cursor size (the length depends on the amount of information it needs to encode, which will vary by account). I'll send this along as a feature request though.
- VVildVVolf138 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-DB8 years ago
Dropbox Staff
The 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?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,971 PostsLatest Activity: 3 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!