zizou21
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by 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
AnsweredHello 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
AnsweredHello, 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...