batch images upload not working

There are several threads from the past months but still not fixed, please take a look. https://community.cloudflare.com/t/images-batch-api-gets-error-code-103-forbidden-endpoint/586747 this issue
2 Replies
Erisa
Erisa3mo ago
What is the curl command that reproduces the issue? The linked thread has a reply saying they got it working
antaL
antaL3mo ago
I am using nodejs/axios, works perfectly with the normal endpoint normal: https://api.cloudflare.com/client/v4/accounts/[accountid]/images/v1
await lastValueFrom(this.httpService.post(this.uploadEndpoint, form, {
headers: {
Authorization: `Bearer ${this.getBatchKey()}`,
...form.getHeaders(),
},
}));
await lastValueFrom(this.httpService.post(this.uploadEndpoint, form, {
headers: {
Authorization: `Bearer ${this.getBatchKey()}`,
...form.getHeaders(),
},
}));
but not working with https://batch.imagedelivery.net/images/v1 Working without form headers! /close
Want results from more Discord servers?
Add your server
More Posts