Context: When the user uploads an image through “file uploader”, Bubble creates 2 URLs:
1. File Uploader URL: Easy to find but doesn’t work for API calls. 2. Bubble URL: Contains extra data and works for API calls, but I can’t manage to have access to it.
The URL provided from fileuploader file:URL should be the same as what you would get from Bubble URL since once a file is uploaded and becomes available to the fileuploader, it is already in the Bubble file manager.