zizou21
- 合計アクティビティ 25
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
zizou21による最近のアクティビティ-
Automate token generation
Hello, I created a cURL script to update a file info which needs a token. Currently, I am not using OAUTH neither JWT for the authentication process in real time (which could be complex to impleme...
-
Update File Info using cUrl script
回答済みHello All, I am trying to update a file (the description) using the following cUrl command :curl https://api.box.com/2.0/files/file_id -H "Authorization: Bearer_Token" -D {"description":"New Descr...
-
Update File Info API not working
回答済みHello, I am looking to update the description of a file. I am testing the following command (via PostMan):https://api.box.com/2.0/files/FileId?name=FileName&access_token=AccessToken&description=T...
-
Error 400 when using API (Update file info)
Hello,I am trying to call the https://api.box.com/2.0/files/file_id api from an external tool. The requrement is to update the information of a file. I tried the API call with a ReSt client, it wo...