What I’m trying to do:
is there any way I can download all files from my app table as a zip folder?
This would be a good use of Anvil’s Uplink feature, combined with Python’s built-in Zip library.
1 Like
Looks like you can use zipp.
Here is the link to the docs: