Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
cezarica
7 years agoExplorer | Level 3
Upload to a request in C#
Hi,
made a 'File requests' for some log files and got link like https://www.dropbox.com/request/<random characters> to give to the person I request the files from, but the thing is I want to do this automatically via a small C# app, but don't want to use my account details in the app to make uploads or something, just that request token or whatever is called.
What exactly should I look in API for? Thanks.
The Dropbox API doesn't offer the ability to programmatically upload to a file request, but I'll pass this along as a feature request.
Instead, you might want to check out /2/files/get_temporary_upload_link instead, in case that works for your use case.
2 Replies
- Greg-DB7 years ago
Dropbox Community Moderator
The Dropbox API doesn't offer the ability to programmatically upload to a file request, but I'll pass this along as a feature request.
Instead, you might want to check out /2/files/get_temporary_upload_link instead, in case that works for your use case.
- cezarica7 years agoExplorer | Level 3
That's a one-time thing while what I wanted is something to be updated more often, something like at least once per day.
Thanks for your input and for submitting this a a feature request. Hope will get some good news from this someday. :)
Cheers!
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!