You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -143,12 +145,15 @@ their own with a separate request.
143
145
Keep this in mind because the admin API is rate limited to 500 calls per hour.
144
146
145
147
The package does check in following sequence:
148
+
146
149
-`image` ➡️ `raw` ➡️ `video`
147
150
148
151
## ⚙️ Optional Parameters
149
152
150
153
Cloudinary has a lot of optional parameters to customize the upload.
151
-
You can find all options in the [official documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_optional_parameters) optional parameters section.
154
+
You can find all options in
155
+
the [official documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_optional_parameters)
156
+
optional parameters section.
152
157
153
158
You can pass all parameters as an array to the `put` method:
0 commit comments