kishimoto2
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by kishimoto2-
kishimoto2 commented,
I understood the causeAn unnecessary setting was included in the option setting of the curl library. // Mistake part$curl = curl_init($dl_api);curl_setopt($curl, CURLOPT_HTTPHEADER, $header);curl_...
-
kishimoto2 created a post,
About BOX API file download
AnsweredI want to download files using BOX API and PHP curl library.I ran the following program, but the response of BOX API is returned as null.I want to know the cause. //-------------------------------...
-
kishimoto2 commented,
Dear . There was a problem with the upload file specification.By using the CURLFile object you taught me,The problem is solved. // Mistake part$param_attributes = array('name' => $originalFileName...
-
kishimoto2 commented,
Dear . thank you for your answer.It was very helpfulI'll try referring to the code that I was told.Thank you very much.
-
kishimoto2 created a post,
File upload using BOX API
AnsweredUsing BOX API in PHP programI want to upload a file.But it doesn't work.In the response, the message "The request was rejected because no multipart boundary was found" is returned.Please tell me t...