Sandra Ribouchon
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Sandra Ribouchon-
Sandra Ribouchon commented,
In case someone else have this issue, here is what I changed on my curl: CURLOPT_HTTPHEADER => array('Authorization: Bearer '.$token, 'Content-Type: application/json'),CURLOPT_URL => 'https://uploa...
-
Sandra Ribouchon commented,
Hi, Does anyone has an idea, please? Thank you
-
Sandra Ribouchon commented,
Hi, For the folder_id I used 0, like in the documentation (https://developer.box.com/reference/post-files-upload-sessions/) to send to the root of my Box, the file_size is my file size (133153433) ...
-
Sandra Ribouchon created a post,
Create upload session get error HTTP 415
Hi, I am trying to create an upload session (using PHP curl), but get an error 415. Can anyone help, please? Here are what my curl options looks like: CURLOPT_HTTPHEADER => array('Authorizati...