Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
blobwriter
5 years agoExplorer | Level 4
409 error with (JS SDK).sharingGetSharedLinkFile(), works with curl or browser
I think there's another thread from a couple of years ago about this on the forum, but the forum search didn't bring it up, so here we are..
As described in the title - I have a shared link to ...
Greg-DB
Dropbox Community Moderator
5 years agoCan you confirm you're using an API app registered with the "app folder" access type? There is a bug that results in this error when using this method with an access token for an app folder app. That's still open with engineering, but I don't have a timeline on a fix.
- blobwriter5 years agoExplorer | Level 4
Yep, that's exactly correct, thanks for the fill-in.
So with global Dropbox access scope it doesn't happen? That's a much higher trust barrier to get over for users, unfortunately.
And just to check: I don't think there's an auth flow for users to make that decision (regarding access scope) for themselves, right? Can an app request global scope, be rebuffed and given only AppFolder scope, and then have to figure out for itself what it should do (e.g. regarding paths)? That way if a user only allowed AppFolder scope, I could just notify them that sharing won't work for the time being.
But as it stands currently, [global scope] vs [app folder scope] is solely set from the DevConsole, is that correct?
Anyway, regarding the root issue of broken shared links in AppFolders, as a temporary workaround it would be pretty sweet if someone at Dropbox could turn on the Access-Control-Allow-Origin header for publicly shared links, so a regular JS fetch() call could suffice. Or maybe set up a temporary CORS proxy, so I don't have to pay to run one myself? Pwetty pweeze? 😛
- Greg-DB5 years ago
Dropbox Community Moderator
Yes, this bug only affects apps with the "app folder" type, not the "full Dropbox" type.
And that's correct, the "app folder" versus "full Dropbox" type is selected when first registering the API app. There isn't a way to dynamically set or fall back on that, e.g., during the authorization flow. You could register one of each however and switch between them as needed though.
Anyway, I can't make any promises on a workaround, but I'll pass it along.
- Greg-DB2 years ago
Dropbox Community Moderator
Update: the /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file endpoints (and corresponding methods in the SDKs) should now work when using an access token for an app with the app folder access type.
About Discuss Dropbox Developer & API
Make connections with 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!