Example of DropBox API PUT using Curl and Oauth 2 to Upload a file to DropBox

后端 未结 3 1053

I am searching everywhere and haven\'t been able to locate a suitable example and am not well versed enough to be able to sort it out via the docs. Could someone with more

3条回答
  •  渐次进展
    2020-12-31 20:18

    If you have an access token (created via the app console):

    curl -H "Authorization: Bearer " https://api-content.dropbox.com/1/files_put/auto/ -T 
    

提交回复
热议问题