Need to be able to securely access/download form uploads via API.
Please enable authenticated access to formUploads using a webflow API token. Currently accessing files requires an admin to log in using a browser and manually download each file that a visitor has uploaded.
The only way to automate this is to turn off "Restrict uploaded file access", but this makes the files publicly available (not suitable for collecting sensitive data (passport/birth certificates).
Only two years and it is still open?
You can't delete the file with an API call either.
The workaround I found to this was to have the form submit to a make.com webhook and save the file in a secure location from there. I used the method in this article:
https://nocodequest.com/simple-webflow-form-submits-with-integromat/#part-6-collection-template--custom-code