Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
AlanDT
8 years agoExplorer | Level 3
Retrieve Shared URL with JavaScript SDK without Authentication
Hi, I am attempting to use the JavaScript SDK to retrieve a publicly shared URL. This method succeeds if I first authenticate the user. dbx.sharingGetSharedLinkFile({'url': sharedUrl}).then(...); ...
Greg-DB
Dropbox Community Moderator
8 years agoThe sharingGetSharedLinkFile method in the API v2 JavaScript SDK, as well as the corresponding /2/sharing/get_shared_link_file endpoint itself, do not support app authentication, so you will need an access token to call them unfortunately.
I'll send this along as a feature request for app authentication support for this, but I can't promise if/when that would be implemented.
I'll send this along as a feature request for app authentication support for this, but I can't promise if/when that would be implemented.
AlanDT
8 years agoExplorer | Level 3
Greg, thank you for your quick response and for putting in the feature request to access publicly available data without authenticating. Please see my other response below for a more detailed account of what I'm attempting to do. Perhaps there is another way I have not considered?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!