Built a visual-novel app in Google AI Studio (App Builder). It works in Preview until I hit image-model quota, so I deployed it to pay for image generations. In the deployed app, adding an image asset fails whereas it works fine in preview mode in AI Studio builder before I hit the quota:UI shows “Asset Generation Failed,” and DevTools says the Files API response is missing X-Goog-Upload-URL. Looks like the deployed app’s proxy isn’t exposing that header to the browser (CORS), so the resumable upload can’t start.
Environment
AI Studio → App Builder (personal project) Billing + API key connected to my Cloud project and ai studio build (free trial credits available) What I’m trying to do
My visual novel eeds a reference image to start (“Upload Lem’s Image”). In Preview it works until quota limits hit. I deployed to keep going, but now the reference image upload fails before image generation of location and character assets even begins.. Questions
Can someone from the AI Studio team please help me with this bug If this is a known issue, is the recommended workaround or prompt i can give ai code assistant so i dot run into this issue again?
