Hello! Does anyone know what process softr uses when you upload a document. Because now I upload a file (that is secret) to a google cloud bucket and I dont know what happens with the file in softr but I get an public URL in my Make webhook response. So if anyone knows please let me know!
Hi VitoKloots, welcome to the Softr Community forum!
I’m not sure I understand the question just yet. Can you say more about what information you are looking for? Or where you got stuck? And also, can you explain what your application is trying to do, for context?
Hi dcoletta,
I am making an application where people can upload private documents for their home. Only thing is softr generates a url when you submit the form with the document attached. So are they saving this somewhere in softr?
I would have assumed that the attachment would be added to the field in Airtable that the form’s attachment field is connected to. Is that not what’s happening?
@VitoKloots right now the files are stored in aws, we are looking into making it short lived there soon but right now if one has direct link to the file+hash then they can access it. Are you using our forms to submit ?
Well its the easiest way for now to save the file ID in airtable and assign it to the logged in user.
Because every user can have its own private files.