Advertisement
Guest User

DropboxUpload

a guest
Dec 10th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. curl -X POST https://content.dropboxapi.com/2/files/upload \
  2.     --header "Authorization: Bearer <ACCESS_TOKEN>" \
  3.     --header "Dropbox-API-Arg: {\"path\": \"/Homework/math/Matrices.txt\"}" \
  4.     --header "Content-Type: application/octet-stream" \
  5.     --data-binary @matrices.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement