Help

Re: Upload images by Airtable API and S3

Solved
Jump to Solution
1360 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Ryo_Konishi
5 - Automation Enthusiast
5 - Automation Enthusiast

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

2 Solutions

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

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.

See Solution in Thread

Ryo_Konishi
5 - Automation Enthusiast
5 - Automation Enthusiast

Thanks for the reply.
OK, then it seems not recommended to post privacy-sensitive files to Airtable.

See Solution in Thread

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

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.

Ryo_Konishi
5 - Automation Enthusiast
5 - Automation Enthusiast

Thanks for the reply.
OK, then it seems not recommended to post privacy-sensitive files to Airtable.