Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
This seems to be happening for a specific batch of members. How can I not get such an error and get all the members easily ?
"x-dropbox-request-id": [
"8e3c9c3b8b523f80e63b2164ff147732"
]
Thanks! That supports what I've been able to determine about this issue. It appears to be a transient issue that can occur when looking up the requested information. That being the case, I do recommend implementing some automatic retrying.
Additionally, it may help to use a lower 'limit' value when initially calling /2/team/members/list. That page size will follow through to the /2/team/members/list/continue calls as well.
Thanks for the report! For reference, do you consistently get the same error if you retry the same call?
When I retry the call , I donot get the error immediately but I get the same error after subsequent continue calls .
Thanks! That supports what I've been able to determine about this issue. It appears to be a transient issue that can occur when looking up the requested information. That being the case, I do recommend implementing some automatic retrying.
Additionally, it may help to use a lower 'limit' value when initially calling /2/team/members/list. That page size will follow through to the /2/team/members/list/continue calls as well.
I shall add auto retry. However, the limit value defaults to 1000 right ?
Yes, the default value for the 'limit' parameter on the /2/team/members/list endpoint is 1000. You can set is as low as 1.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!