I’m using the Google Vision API to process images uploaded on Bubble, but I’m getting an error stating that the API can’t access the image URL. The same request can either work or not work, Why might this be happening, and how can I fix it? (The links always work when i search it in incognito mode)
intitialized request
same request just after the first one
Normally Bubble file URLs are formatted as //example.com/image.png. This means you need to prepend https:, for example, Arbitrary text (https:)append: file's URL
Yes, this is how i formatted it in the WF

issue is the exact same call can either work or not work, its unpredictable
Make sure you’re using :formatted as JSON-safe e.g {"imageUrl": Arbitrary text:formatted as JSON-safe}
Done, although still encountering the issue (worked two times in a row then stopped)