referencing this post, which got no responses yet (except of mine).
I am calling many APIs within an application, which are returning images files. I am displaying the image files and saving the links to the files on the users, however do not want to have them saved in my File Storage. How can I disable that?
If the API return a file/image type, there’s no way to prevent the API to save it. If the API return an url of the file, if you save this url, it’s doesn’t added to your Bubble storage if you don’t use :saved to s3.