Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello.
I have some issue using the API and the Shared link
@DavidG11 wrote:...
- list_shared_links always return "true" for hasMore
...
Hi @DavidG11,
Did you continue with the cursor returned? 🧐 Or, just every single time you start, it's from beginning anew. 🙂
Hope this gives direction.
PS: By the way, to avoid processing long list of links, you can pass the path (or id) and request direct only link. In such a way you're going to receive single link - the desired one. 😉
Yes I continued with the cursor returned.
The last time, the hasMore return true but the links array is empty.
I'll try with the id, if the java integration supports this.
David
@DavidG11 wrote:...
The last time, the hasMore return true but the links array is empty.
...
It's possible. In such case, you have to continue! Empty array is NOT end criteria.
@DavidG11 wrote:...
I'll try with the id, if the java integration supports this.
...
Take a look here. Don't forget to set direct only too.
Hope this helps.
I had a "rate limit" if I continue following the cursor.
Anyway, it worked using the file id as path parameter.
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 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!