Comments
-
Hello, I would like to to do the following: 1. Use curl to upload a file to dropbox using a Raspberry PI 2. This command curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer MyOauthApiKey" \ --header "Dropbox-API-Arg: {\"path\": \"/directory/myfile\"}" \ --header "Content-Type:…
-
I have ran exactly the following: 1. https://www.dropbox.com/oauth2/authorize/?client_id=6yd84s2nlfufy5t&response_type=code The code is : <redacted> 2. The App device calls with the grant_type set to the above code. curl -X POST https://api.dropboxapi.com/oauth2/token --data "{\"client_id\":…
-
Hi, I am going back through the process. I am using dropbox_uploader This should be straight forward so please take a look 1. I have ran dropbox_uploader 2. Sent the link https://www.dropbox.com/oauth2/authorize/?client_id=6yd84s2nlfufy5t&response_type=code 3. Jason@proefi authorized it and now we have the code…