Hi!
I have to implement Box for image storage. I’ve already setup the bubble official Box plugin and the uploaders, with Box as Storage service, work fine and the images are uploaded to Box.
But when I see the image stored on bubble database, it’s not a box url but a bubble one, for example: https://xxxxxx.bubbleapps.io/version-test/fileupload/box/815495099340/Superstrata1.jpg The image is stored in Box too: https://app.box.com/s/t27m1qd22e74xfu708k2w4m25tb2idy3
I’ve check the picture uploader and the file uploader to see if there’s a difference. And I’ve stored the values on fields of type file, img and picture, and all 3 point to the same url in bubble.
Am I doing something wrong?