Yes, we are trying to reproduce the case you have shown on your video record but now it is impossible because of the unskippable popup that appears when the page is loaded. It is quite difficult to reproduce your case and get to this group, because of the complicated workflow you have.
Would you kindly provide the step by step guide to help us reproduce the PDF action and to see the browser console records? Or the video record. Any help will be much appreciated
I have made a sales_order page copy (zqtest) where I tried to reproduce the case, but without a success.
Moreover, as per the fact that the plugin works within your app with a less complicated workflow/page structure, and the possibility that your sales_order page may contain SVG/PNG elements - unfortunately, the plugin might not work properly due to the above reasons.
I can recommend you try older plugin versions or simplify your page workflow/design - this should help.
Apologies for the inconvenience
Regards,
Zeroqode Team
If you can provide some video guide, just like you did before but from the very beginning when the page is loaded, - it will help me a lot to reproduce the case and be able to test your page. Once I will be able to reproduce the case, I can provide some suggestions to you or help you with the page/plugin setting up.
I’m afraid we do not provide support on calls/zoom etc. Apologies for the inconvenience. The loom record should be enough (with the details of the issue reproducing).
Please note also that the 1.25/1.25 plugin versions require a bit different setup and using the old plugin element on the page. It is not that complicated but differs from the way you used to set up the plugin action on the latest versions.
If you decide to use the 1.27 version and some questions appear - feel free to ask, I’ll try to provide some useful insights.
Here’s a screenshot from the bubble standard multi-file uploader:
Add this to the PDF plugin in so that our files can be uploaded to AWS and remain private. Emanuel noted that we had to set files private, upfront, that it was not possible to change it after they’ve been uploaded.
I have a small issue with my Bubble Page to Pdf plugin. Currently, it’s not showing “input” values anymore, while in last few weeks this was the case. Do you know to what this can be related and if I can fix it? Thanks!!
@gilles How does this privacy work in practice? I read the reference info and searched the forum, but it is not clear how this actually functions in practice.
Will explain with more tomorrow. Any file you currently upload to AWS can be accessed using your file link. Also, someone with reasonable skills can find your files, and everyone else’s, in the AWS forest. Setting the file private upfront locks it down with a key and password.
Thanks for your feedback, unfortunately at the moment we don’t have access to this propriety via Plugin API in order to implement it, however we’ve taken into consideration and we’ll see if and how feasible it’ll be for us to be added.
Sorry for the trouble, could you kindly provide more details, like steps to reproduce the issue, page setup, plugin setup, action workflows , console.logs, etc so we could help you better?
Thanks for understanding
The free upload apps, like Uppy File uploader (and your multi-file uploader), all have this as an option. Why does your plugin not have access to the plugin API to allow this? Is this a bubble restriction?
Even with privacy settings, I can still access the file if I have the (not private) s3 link. Emmanuel mentions this in this post: Make File Private using workflow
File privacy must be set at upload time, it can’t be done via workflow after the fact. That’s why it’s important if file privacy can be set via your app. Given that most of your users will be publishing probably some sort of confidential document, it would fit well to have this feature with your PDF plugin.
But believe as you’ve already noted, all the plugins are “Uploaders” which were written with a feature in mind I assume which can be implemented more straightforward.
While Bubble page to PDF offers a file after the process, it is an exposed state value which is a lil different from a typical file uploaded into bubble.
While the plugin API does not has a standard element propriety to be used and it needs to be written differently , as mentioned we’ve taken into consideration to offer such option however we’ll need to assess the possibility before moving forward.