1

I am using Dropbox's Dropin Saver to upload files into my Dropbox account. Can I upload a file from my computer (not from a web site)?

jotrocken
  • 2,263
  • 3
  • 27
  • 38
Ortal Blumenfeld Lagziel
  • 2,415
  • 3
  • 23
  • 33

2 Answers2

-1

No. Presumably the user could just do that on dropbox.com if they wanted?

user94559
  • 59,196
  • 6
  • 103
  • 103
-1

As finding the straight-forward solution to your question is still not easy, let me point you to the Dropbox API Explorer:

  1. Create a Dropbox Web-App with a few clicks.
  2. Use its Access Token in the Dropbox API Explorer/upload to create a code snippet including a preview for what you are looking for.
  3. Use the cURL or Python code in your code.
jotrocken
  • 2,263
  • 3
  • 27
  • 38