Cloudinary Error: "Missing required parameter - file" via REST API
Cloudinary Error: "Missing required parameter - file" via REST API
我刚刚开始使用 Cloudinary,我正在尝试 Uploading with a direct call to the API. Using the DHC REST Client (chrome extension), I put my request together per the instructions found here at Creating API authentication signatures。这是该请求和响应的屏幕截图。
我也试过了...
- 在除时间戳之外的所有值周围添加引号,如示例中所示
- 将请求设为多部分请求并将图像作为 "file"
附加到正文
- 删除
timestamp
、api_key
和 signature
并将它们替换为 upload_preset
以尝试上传未签名的图像(是的,我创建了预设)
- 最后,我确实尝试添加
public_id
,尽管它说如果没有提供它会分配一个。
在所有情况下,我都会收到相同的错误响应...Missing required parameter - file
谁能告诉我我错过了什么?
我刚刚开始使用 Cloudinary,我正在尝试 Uploading with a direct call to the API. Using the DHC REST Client (chrome extension), I put my request together per the instructions found here at Creating API authentication signatures。这是该请求和响应的屏幕截图。
我也试过了...
- 在除时间戳之外的所有值周围添加引号,如示例中所示
- 将请求设为多部分请求并将图像作为 "file" 附加到正文
- 删除
timestamp
、api_key
和signature
并将它们替换为upload_preset
以尝试上传未签名的图像(是的,我创建了预设) - 最后,我确实尝试添加
public_id
,尽管它说如果没有提供它会分配一个。
在所有情况下,我都会收到相同的错误响应...Missing required parameter - file
谁能告诉我我错过了什么?