Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I'm using
createSharedLinkWithSettings function to get the link of a already shared folder but it's giving this error:
error [request-id ce72d5ed059d9a78c1d7368710550f8e] API route error - {
".tag" = "shared_link_already_exists";
}
I would get the already shared link if the link already existed please help me with this
You can use listSharedLinks to list existing links. In this case, it sounds like you'd want to pass in the path of the folder as "path", and use "directOnly=true" to get only the link you're interested in.
You can use listSharedLinks to list existing links. In this case, it sounds like you'd want to pass in the path of the folder as "path", and use "directOnly=true" to get only the link you're interested in.
Thanks, Greg
this solves it, Have another question if you don't mind answering, I would like my app to log in In BackGround, without showing the user Login controller, I know it's not recommended but is it possible or not ? if so how?
thanks
sadhu_sanjay
Thanks a lot Greg
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!