2

I've seen some questions related to this topic but I can't find something specific. I would like to know if it is possible to upload a file using curl through a dropobox file request link, without any token or authentication, since to send files by file request it is not necessary to have a dropbox account

1 Answer 1

1

Dropbox unfortunately doesn't offer a way to programmatically upload to file requests like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.

Sign up to request clarification or add additional context in comments.

1 Comment

Sometimes it's necessary to programmatically upload a file without going through the big ol pain in ass use of the DB API. With the short term tokens transition, even a simple API upload implementation is complex. Doing it via a file request would be great, since the URL is public anyway and accepts any arbitrary file in the browser.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.