We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
- David H.195New member | Level 1
I could really use this feature at the API level. I need to be able to create a File Request in code so I can email the link to clients. Why would this not be part of the API? Very useful feature to have, I strongly encourage it to be added. Btw, I use the Java Core API.
- Ramith J.New member | Level 1
Just adding another +1 here. File Requests are one of the most potentially useful features Dropbox has, but if its not programmatic its nearly useless.
- Steven L.24New member | Level 1
Adding another +1 here – the ability to programmatically upload files to a File Request would be great to have.
- Greg-DBDropbox Staff
It's not currently available, and we don't have any plans to share regarding potentially adding support for File Requests to the Dropbox API, but I'll be sure to pass this along as a feature request!
- Steven L.24New member | Level 1
Yes, that is correct. It's an internal application just for employees, so the credentials would not get distributed widely nor cause a real problem if they needed to be revoked. There's no server-side component for this particular feature, and direct uploads are appealing because we wouldn't have to build/maintain/expose one.
- kszNew member | Level 2
Adding another +1, there is my scenario:
- I have Dropbox File request - everyone can upload whatever he/she want, but every upload is invisible to others.
- It is ok to upload whatever, but I want help upload users exactly what I need. And I need three things: request text, request area, and... attachments. And all of this should be uploaded to my account.
- I can imagine Single Page Application (HTML5+JavaScript) where user enters text, draws area on the map, selects attachmets and then upload it all to Dropbox.
- It would be easy with File request API
Without File request API I see two options:
- Provide Oauth credentials in JavaScirpt code. It means that everybody could have acces to files uploaded by others (even delete it). So, it is not an option.
- Develop server-side component for my app, which does notihing more than securely transfer data to Dropbox
Second approach is is what I'm doing right now. It is not cost-effective: you have to use SSL connection, and provide double transfer bandwidth (upload from client to my server and then transfer it to Dropbox). There is a lot server-side programming trics like upload limits on both sides (browser and server config). This all would be unnecessary if there will be Drobpox File request API.
- Visrez O.New member | Level 2
My company would also take the advantage of using this feature programatically. We use Dropbox to collect assets from clients.
- Jim H.63New member | Level 1
Agree - it would be very useful!
- Steve M.Dropbox Staff
Jim, you're also interested in programmatically uploading files to an existing file request? I'd love to hear your scenario as well.
If you don't want to elaborate here on the forum, feel free to open an API support ticket: https://www.dropbox.com/developers/contact.
- Johan S.4New member | Level 1
I would have liked to use the file request api for requesting files from a client. The client creates an order on a website, and part of this includes that the client should attach some files.
So if we could have sent a separate email with a file request using the API that would have been awesome - so we didnt have to do the upload script and email attachment ourselves.
Anyway.. not in the near future it seems :)
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!