Stéphane PIERRE
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Stéphane PIERRE-
Stéphane PIERRE created a post,
Problem with AVI video files Android
I am using the following link for a video AVI file: String url = "https://api.box.com/2.0/files/"+AVI_VIDEO_FILE_ID+"/content?access_token="+TOKEN; and I select it as the source with the Android Me...
-
Stéphane PIERRE commented,
Thanks Peter,it's my fault (a bad copy pasted!) the error was under my nose and yet I did not see it !! On the other hand it is also necessary to remove the "/ api /": "https://api.box.com/2.0/fold...
-
Stéphane PIERRE created a post,
Cannot move, rename, files or foder 405 returned
AnsweredAPI calls are made with Postman: cUrl version: curl --location --request PUT 'https://upload.box.com/api/2.0/folders/12858XXX9798' \--header 'Content-Type: application/json' \--header 'Authorizatio...
-
Stéphane PIERRE commented,
I'm tracing this thread back because I still don't have an answer.Thanks
-
Stéphane PIERRE commented,
In my opinion, your sha : YzA0NWZlM2I0YzllMDAyYWE4ZmJjNjE3OTYxZDg0OTBjYTg4N2RhMQ= is an SHA-256 base64 encoded and not an SHA-1 base64 encoded.
-
Stéphane PIERRE created a post,
Cannot rename and move a file or folder with PUT update: 405 response
API calls are made with Postman: cUrl version: curl --location --request PUT 'https://upload.box.com/api/2.0/folders/12858XXX9798' \--header 'Content-Type: application/json' \--header 'Authorizatio...