-
Create a new file e.g. cloudinary-curl-upload.sh
-
Then execute the file with required input parameters
./cloudinary-curl-upload.sh "path/to/file.ext" "cloud-name" "your-api-key" "your-api-secret"
./cloudinary-curl-upload.sh "path/to/file.ext" "cloud-name" "your-api-key" "your-api-secret" "remote-folder"
- https://cloudinary.com/documentation/upload_images
- https://cloudinary.com/documentation/image_upload_api_reference
- https://cloudinary.com/documentation/upload_images#generating_authentication_signatures
- https://everything.curl.dev/usingcurl/uploads
- https://curl.se/
- https://github.com/curl/curl
- https://support.cloudinary.com/hc/en-us/community/posts/360000183051-File-upload-using-curl-