Apr 27, 2021 02:29 PM
Hi, everyone.
I have a question about Airtable API.
As far as I know, Airtable API doesn’t allow direct image uploading and needs a public URL that images are stored.
However, the images include very sensitive information in my case, so that they can’t be stored in public.
In this case I guess I can use S3 presigned URL.
My question is, can Airtable API retrieve images even if the URL is only temporarily available to public?
Thanks,
Ryo
Solved! Go to Solution.
Apr 27, 2021 05:36 PM
Yes, the url only needs to be publicly available when Airtable accessed it to upload the attachment. Once Airtable has copied the attachment file, the original no longer needs to be public. Keep in mind that Airtable’s copy of the attachment will be publicly available to anyone who gets the url, even after you delete the attachment.
Apr 28, 2021 07:01 AM
Thanks for the reply.
OK, then it seems not recommended to post privacy-sensitive files to Airtable.
Apr 27, 2021 05:36 PM
Yes, the url only needs to be publicly available when Airtable accessed it to upload the attachment. Once Airtable has copied the attachment file, the original no longer needs to be public. Keep in mind that Airtable’s copy of the attachment will be publicly available to anyone who gets the url, even after you delete the attachment.
Apr 28, 2021 07:01 AM
Thanks for the reply.
OK, then it seems not recommended to post privacy-sensitive files to Airtable.