urgent: what is wrong with my simple command line
I want to download file from my box and I typed follow some online solution like:
curl -L https://imperialcollegelondon.app.box.com/file/File-ID/content —output - Users/my name/Desktop -H "Authorization: Bearer token”
Nothing happened.
The token I used is developer token, should be ok in this case.
Can anyone help me with this? What goes wrong with my command line? Many thanks!
-
why not try the basic example from the documentation : https://developer.box.com/reference#download-a-file
curl -L https://api.box.com/2.0/files/FILE_ID/content -H "Authorization: Bearer ACCESS_TOKEN"
サインインしてコメントを残してください。
コメント
1件のコメント