Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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.
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.
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!
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!