Translated with Google Translate. From Portuguese to English.
I’m using a third-party plugin to compress images and crop them to a standard size. Ex.: 100 px X 100 px (square image).
The results of the images of this plugin I’m putting together in a custom state of a repeater group.
After I finish loading all the images I save this list in the database.
I want to save to a database external to Bubble, for the sake of pricing.
With Bubble’s box plugin, I’m not able to save the images in my box account. Pulling this list of images, result of the third-party plugin and which is in a list in a custon state of a repeater group. This saves to Bubble’s default storage.
If I upload the images via Bubble’s default file uploader, I can save to my box account normally.
I want to know if with the plugin (Box.com App Storage (Service) Plugin | Bubble), I can do the following:
1 - Load images by third-party plugin to compress the images and crop them to a standard size. Ex.: 100 px X 100 px (square image).
2 – the resulting image from the third-party plugin, I’m saving in a list of a custon state of a repeater group.
3 – these images from the list of item 2, save to my box account
4 – get the URL, or URLs, of these images that were saved in my box account. And save it to a database table, from the default Bubble storage. In order to create a communication, between the database item and its respective images that were stored in the box account.