curl을 통해 상자 api를 호출하려고 할 때이 오류가 발생합니다.curl : (26) 파일을 열 수 없습니다.
curl: (26) couldn't open file
이유를 찾을 수 없습니다! 나는 모든 세 가지 이미 묻는 질문을 보았다 그러나 그들의 2가 답이고 하나는 페이스 북에 특정
curl https://upload.view-api.box.com/1/documents \
-H "Authorization: Token YOUR_API_TOKEN" \
-H "Content-type: multipart/form-data" \
-F [email protected]_correct_file_name
이름 - 올바른 파일이 API를 호출하고 있습니다.
cURL error 26 couldn't open file
Fatal error: Uncaught CurlException: 26: couldn't open file "" thrown in
Getting Fatal Error Uncaught CurlException: 26: couldn't open file
당신이 권한을 확인 했에서 bash는 script.sh를 실행? – Shubham
@Shubham 파일을 포함하고있는 디렉토리에 ** ** 'chmod 777. **'을 작성했습니다. 그게 충분하지 않니? – halkujabra
@Shubham이 대답했습니다. – halkujabra