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 set the max size of it or reduce it?Thank you
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?
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?