We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
DCrews
4 years agoExplorer | Level 3
Embed a File Request On My Website
Hello!
I would love the ability to embed or host a file request directly on my website. We currently share our file request link and people are directed to the Dropbox File Request site; Howeve...
- 4 years ago
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.
Greg-DB
Dropbox Staff
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.
robertoandrade
4 years agoNew member | Level 2
We would also want to do the same, is there a way to upvote the feature request to get more traction?
- Greg-DB4 years agoDropbox Staff
robertoandrade Commenting here serves that purpose. Thanks!
- Jeremiah A.22 years agoHelpful | Level 6
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.
- ppciesiolkiewicz4 years agoNew member | Level 2
+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)- Greg-DB4 years agoDropbox Staff
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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!