What token permissions do I need to enable direct assets upload ?
#assets permission
10 messages · Page 1 of 1 (latest)
You would need Workers Edit
Which one ? 😄 I already have edit on worker scripts
okay I figured it out ... I thought I could skip the manifest and only do direct uploads, but I can't 😄
Should have read the docs fully 😛
but now I get a empty response without any JWT and no error after the file upload step ....
I get a 202 status code, but expect 200.
Also no JWT completion token in response. My code seems to match this the example code https://developers.cloudflare.com/workers/static-assets/direct-upload/#programmatic-example
oh maybe this is why https://github.com/cloudflare/cloudflare-go/issues/4196
Yeah ... that fixes it, I spend our debugging this ...
You just needed to update cloudflare-go?