Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
Thanks for the post! Dropbox doesn't currently offer a way to embed a file request like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Thanks for the post! Dropbox doesn't currently offer a way to embed a file request like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
We would also want to do the same, is there a way to upvote the feature request to get more traction?
robertoandrade Commenting here serves that purpose. Thanks!
+1, that would be a lovely feature!
Would it possible to mimic that kind of functionality using APIs?, i.e. create an upload view in the browser that will allow users to upload documents to the file_reuqest created in dropbox? Preferably that would upload files directly from browser to dropbox (not transferring file through my servers)
ppciesiolkiewicz The Dropbox API doesn't offer a way to programmatically upload to an actual file request, but it does offer functionality that would enable you to build something like that. You would want to call /2/files/get_temporary_upload_link on your server and pass the resulting temporary upload link(s) down the user's browser. (That way the access token can stay on the server and not be exposed to the user.) Then the file(s) could be uploaded directly to Dropbox from the browser via the link(s). Check out the documentation linked above for more information on using that.
By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
THIS IS A PRETTY BASIC FEATURE I WOULD THINK TO GET DATA -- instead of using the File Request Link. In 2 years, you'd hope this embed feature -- I mean Dropbox has a zillion integrations already -- but no simple ones.
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 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!