I am running into the same issue that @webermarques is experiencing. @ZeroqodeSupport
Hi @webermarques & @kevin31, thanks for your patience.
We have pushed a plugin update, that has fixed the issue with the presigned URL feature.
To check changes, please upgrade your plugin to the latest version (Version 1.64.0: fixed action "Generate Presigned URL) and give it a try.
If there will be anything else that requires our support, please drop a message
Regards,
Zeroqode Support Team
Hi @mizawaya, apologies for the delayed news.
Regretfully, downloading from the Wasabi within the Air Native service currently is not supported, we’ve added this feature to the list of future improvements for Air Native.
If this particular feature is required within your project’s build, please let us know, and we will add it privately.
Regards,
Zeroqode Support Team
Hi, sorry for the delay, I’ve been busy recently.
I updated to version 1.64.0 of the plugin and the problem was solved. Thank you so much for your attention and support!
Hi there
I have question regarding the possibility to retrieve files from a specific bucket’s folder.
Context : We want to allow our users uploading & downloading catalog(s) on manufacturer pages. So each manufacturer will have a list of related files.
Objective :
-
On Wasabi : I wanted to create a bucket called “Manufacturers” and create one folder per manufacturer that will contain its related files.
-
On bubble : I wanted being able to retrieve on a manufacturer page, only its related files stored in its wasabi’s folder.
Problem : I managed to create one folder per manufacturer_id on Wasabi.
issue : But I didn’t managed to find the solution allowing to retrieve the files on the manufacturer’s page that are stored in the manufacturer’s folder on Wasabi. All the files contained in the bucket were retrieved (also the ones related to other manudacturer.
Alternative solution : the solution I found is too create one bucket par manufacturer (name = current manufacturer_id) on Wasabi.
Then I’m able to retrieve the files from the created bucket using the manufacture_id.
Question : I would prefer to limit the bucket creation on Wasabi & use the same bucket for all manufacturers. So, is it possible to retrieve on a manufacturer page only the files stored in its corresponding bucket’s folder ? If yes how ?
Secondary question : the upload is really slow (ex : if i’m trying to update a 70Mo file) is it normal ?
I didn’t manage to upload a file of that size & and our client have 2/3 Gb to upload per file sometime.
Thank you very much for your answer !
Hi @ZeroqodeSupport, I’m facing an issue with the plugin regarding the “Read Files” and “Generate Preview” properties.
Since the update 1.58.0, these 2 properties are no longer working. When I downgrade the plugin version to 1.57.0, it works as expected.
I’m trying to show a pop up when the Wasabi element is reading files, but it doesn’t seem to be working.
I have no idea what is causing it, but I would appreciate any help! Thank you!
Looking forward to your reply,
Caio.
Hi @pro.auzasmotatheo, thanks for your questions.
This can be made through a filtering option (you get all files stored within one bucket, then filter them to display those that are stored in a particular folder), see the screen with example:
Regretfully, we can’t influence this, as it relates to factors like device & bandwidth capacity, distance to Wasabi servers, etc.
Drop a message if any additional information would be required.
Hi @caiohm.comercial, thanks for your message.
We’ve tried to reproduce your case on our side, and the workflow with the condition included starts properly. Please share (here or in DM) a screencast with use case flow (in step by step mode), it will allow us to identify any issue much faster.
Looking forward to your reply.
Regards,
Zeroqode Support Team
Thank you for your answer @ZeroqodeSupport.
1) File name issue
When uploading a new file, I’m adding the current page manufacturer_id as File Name Prefix.
But now, the name is quite unreadable.
How can I do to remove the prefix when displaying the file name in the repeating group ?
2) Retrieve file issue
Other point : I may have spotted an improvement/bug.
Context :
- The user click on an icon to upload the file.
- when clicked, a modal is opened with the Wasabi plugin CTA to select the files to upload & a repeating group to display the files thats will be uploaded when confirming.
Issue : After having uploaded the file, the repeating group in the manufacturer page doesn’t succeed to retrieve the list of files because the wasabi CTA used as data source isn’t in the page but in the modal.
Workaround : to make it work I had to add another invisible wasabi CTA in the page & use it a data source to retrieve the list of files from the bucket…
Hi @pro.auzasmotatheo, thanks for your message.
There might be the following solutions:
- if you know the manufacturer id, you can use the "find and replace"option and replace manufacturer_id by empty
“”
- in case you don’t know the manufacturer id, you can add a separator and use the “split by” option
- also, you can use the “truncated from end” option but in this case, you need to calculate the total number of symbols in the current name minus the number of symbols in id.
Here, you can use the event “A Wasabi File Upload Succesful” that will continue with “Retrieve files” action.
Hope the provided hint help. If there is anything else that we can help with about our plugin, drop a message in this thread.
Regards,
Zeroqode Support Team
When you do the Retrieve files in the workflows, you can specify a specific path to retreive from. So when you upload the files you can do Current pages Manufacturer's unique ID/
as the path and when retrieving you can do the same thing. I use it all the time for making folders per user.
Is there anyway to rename folders with this plugin? Seems like it lets you create/delete folders but not rename them. And in the list of retrieved files how can I show folders? Right now it just comes up as “Undefined” for the name and it has no type or anything to distinguish it from a file. I’m looking to make it show folders in the list, then files. Then if the user clicks the folder it would then show files inside only that folder. Think of Google Drive where the user can make their own folder structure.
edit: Actually looks like you can’t rename files either? Also it seems like it can’t get the folders name? It’s just empty when it reads subfolder’s names. And it seems like when it retreives files, it shows all subfolders undefined, then it shows all the files is every subfolder merged into one giant list instead of just showing files at that level. Anyway to make this behave like Google Drive?
Investigation results have shown that due to the limitation of the used cloud storage platform, our plugin doesn’t support such features.
The only possible workarroung might be to delete the folder with old name and create folder with new name (uploading back related files)
This might be realized through Bubble platform capacities (by adding and using the /
in file path as folder indication) but would imply an advanced Bubble skill.
Please let us know if there is anything else that we can help with about our plugin.
Regards,
Zeroqode Support Team
Okay thank you.
Thank you @ZeroqodeSupport and @tylerboodman .
I used @tylerboodman’s solution. It works fine !
Also it appears the Retrieve files from Wasabi is missing in the backend workflows? Can you guys look into if this can be added in the future? For example I’m looking to be able to run an API call and retrieve all URL’s from a specific path and be able to save the list in the database all in the backend.
Also any word if the “Upload from other cloud” beta feature will be out of beta and support unlimited file size?
Thanks
Hi @tylerboodman, thanks for your questions.
Noted, we’ve added it to the list of possible improvements, so the developer team will check how feasible would be to add it to the next plugin updates.
Regretfully, so far there are no preliminary time limits on when this feature will pass the beta stage and increase the supported file size.
Once there will be any news about the plugin, we will mention them in this thread first
Thank you for understanding.
Regards,
Zeroqode Support Team
Hey @ZeroqodeSupport!
Just a feature request on the “delete a file/folder function” to be usable on the backend (for example: deleting files that are over a year old). Currently you need a wasabi element present on a page to do delete files even though the element doesn’t necessarily have to link with that file/folder since the bucket name, region, folder are all specified underneath anyway!
Thanks for having a quick read at this suggestion!
Hi @phetxdphet, thanks for providing feature request.
We’ve added it to the list of feature requests for the developer team. They will check how feasible would be to add it to the next plugin updates.
If there will be any related news, we will let you know
Regards,
Zeroqode Support Team
Hello,
I’m working on a “digital safe” project on Bubble and as a matter of principle it would be necessary that I don’t have access to the different files in the Bubble database.
So I want to test your service to store files on a WASABI cloud, but I would like to be able to encrypt the files so that even I can’t read the files stored on your cloud. Is this possible?
Thank you
Hi @raphael.vuillier, thanks for your inquiry.
We’ve passed it to the developer team for research. Once any results will become available, we will let you know asap
Thank you for understanding.
Regards,
Zeroqode Support Team