https://docs.box.com/reference#upload-a-file
Node.jsから上のページのcURLに記載された以下のリクエストをpostする方法を教えて頂けますでしょうか。
curl https://upload.box.com/api/2.0/files/content
-H "Authorization: Bearer ACCESS_TOKEN" -X POST
-F attributes='{"name":"tigers.jpeg", "parent":{"id":"11446498"}}'
-F file=@myfile.jpg
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/06/29 13:35