Elder Marx
Elder Marx5mo ago

Elder Marx - I'm trying to download a file thro...

I'm trying to download a file through a BS API call, there on flutterflow, but it says I need to have access. The file was generated and hosted on BS. How do I grant access?
No description
Solution:
Hey @Elder Marx, could you try making the file public? Head to Buildship storage (in the settings), open the options menu for the file in question, and select "Get Public URL". This will make the file public and copy its url to your clipboard (the URL will be the same as what's in your image, just that the file will be made public)....
Jump to solution
3 Replies
Solution
nithinrdy
nithinrdy5mo ago
Hey @Elder Marx, could you try making the file public? Head to Buildship storage (in the settings), open the options menu for the file in question, and select "Get Public URL". This will make the file public and copy its url to your clipboard (the URL will be the same as what's in your image, just that the file will be made public).
nithinrdy
nithinrdy5mo ago
If you need to make a file public within a workflow, you can do so using the "Generate Public Download URL" node.
Elder Marx
Elder Marx4mo ago
How do I generate non-repeating download links? for example, I created a function that transforms a supabase table into a PDF, but when I generate it again (after adding more data to the table) it gives me the same PDF file with the old data