When getting a record with a pdf attachment through the Airtable API, I see that the URL of the pdf attachment has the following structure:
https://dl.airtable.com/.attachment/<long-hash-code>/<short-hash-code>/<filename.ext>
Attachments thumbnails have the following structure:
https://dl.airtable.com/.attachmentThumbnails/<long-hash-code>/<short-hash-code>
What is the long-hash-code
and what is the short-hash-code
?
Can I assume that both hash codes will change when the pdf if replaced?
Can I assume that both hash codes will not change unless the file was replaced?