zerokelvin
zerokelvin
Explore posts from servers
CDCloudflare Developers
Created by zerokelvin on 12/4/2023 in #general-help
Cloudflare batch image upload does not work
Has anyone succeeded in getting the batch image upload endpoint to work? I'm getting the following error:
{
result: null,
success: false,
errors: [
{
code: "103",
message: "forbidden endpoint"
}
],
messages: []
}
{
result: null,
success: false,
errors: [
{
code: "103",
message: "forbidden endpoint"
}
],
messages: []
}
and it looks like some other people have the same issue: https://community.cloudflare.com/t/images-batch-api-gets-error-code-103-forbidden-endpoint/586747
1 replies