I’m looking for some advice. We are creating a recruitment app where futur employees will be to apply. Because we are based in europe we prefer that our users don’t upload their documents on Glide servers or Google Sheets.
Does any of you have an idea on how to do so ? Let’s say that the user is asked to upload his/her CV instead of using the file picker we can add a button where a webview is opened on company website where users upload it’s documents. But the thing is, how to get back the link of that document (on our server) on the Glide Table line.
Or any other advice on how to proceed ?
Many thanks !!
The problem with that is that the file will be uploaded to glide servers regardless if you use a USC or not. The USC only holds the url once the file is uploaded, not the actual file, so if this is a GDPR issue, then I don’t think that would work, since it would still be stored on glide servers.
Also if a user is signed in, then USC column values are still stored on the server. It’s only when a user is not signed in that a USC value is only stored locally.
I think a webview to a third party service would be the better option with maybe a Zapier or Integromat integration that will update the sheet with a url once the file is uploaded.
@AymenM Potentially you can control the file name of the document when the user uploads the document. If that is the case then you could input the file name (like RowID) as a parameter when opening the webview.