Help

Re: Rate limitation on Airtable Attachment links

Solved
Jump to Solution
1087 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Vishal_Chandran
4 - Data Explorer
4 - Data Explorer

Hello,

I see that there is a rate limitation on querying Airtable records. But is there a limitation on Airtable attachment links?

I am building a table (and form) where users can upload multiple files for one entry. Later I would need to download these images off Airtable to a local DB. When downloading the CSV from Airtable, the attachments appear as links from Airtable. Would like to know if there is any specific rate limit on hitting these URLs.

Thanks!

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

Airtable has not published a rate limit on attachment links. Since those urls need to be accessed by Airtable itself when displaying attachments to users, I double you need to worry about a rate limit.

However, Airtable has stated that they are not designed to serve as a content delivery network (CDN) for attachment data. A one-time download of attachment images wouldn’t be a problem, but you cannot count on being able to use the same url to get the same file over time.

See Solution in Thread

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

Airtable has not published a rate limit on attachment links. Since those urls need to be accessed by Airtable itself when displaying attachments to users, I double you need to worry about a rate limit.

However, Airtable has stated that they are not designed to serve as a content delivery network (CDN) for attachment data. A one-time download of attachment images wouldn’t be a problem, but you cannot count on being able to use the same url to get the same file over time.

Perfect, thanks. And yes, it should be a one time download from our side as well, so that we store the files on our server later.