I’m trying to get an uploadURL with Direct Creator Upload. However, I don’t want the image to be private but public accessible. Hence when making the request I tried to not set the requireSignedURLs as well as explicitly set it as false. In both case, my Direct Creator Upload call fails.
Once I explicitly set it as true, I could get an upload URL. I have Cloudflare Image edit permission on my API token. Is there anything I setup wrong?