kanemaki shinichiro
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by kanemaki shinichiro-
kanemaki shinichiro created a post,
How to set rename in cURL by PHP
PHPからBOXAPIを使用し、BOX上のファイルをリネームする処理で困っております。 (I am having trouble with the process of renaming files on the BOX using the BOX API from PHP.) $res=system('curl -i -X PUT "https://upload.box.com/api/2...
-
kanemaki shinichiro commented,
Correct. excuse me. Exclude the following statements. curl_setopt($curl, CURLOPT_POSTFIELDS, $params); // ※ Response is {"type":"error","status":400,"code":"bad_request","context_info":{"errors":[{...
-
kanemaki shinichiro created a post,
How to set shared_link in cURL by PHP
Hi everyone. I'm having trouble with cURL in PHP. It will be a bat request by all means. I want to make a file a shared link. I refer to this API Reference. curl -i -X PUT "https://api.box.com/2....