ksendhil
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by ksendhil-
Error renaming folder name via Update Folder using cURL
AnsweredI am running the following command to rename a folder: curl https://api.box.com/2.0/folders/FOLDER_ID -H "Authorization: Bearer MY_DEVELOPER_TOKEN" -d '{"name":"New_Folder_Name"}' -X PUTBut get th...