Apr 02, 2024 02:49 AM - edited Apr 02, 2024 03:18 AM
Does anybody else notice changed behavior when uploading attachments with the API?
AT used to fill the file name property by default, but since last week I'm not getting any value when reading the attachment field. Older attachments have the "filename" as usual, newer uploads have no value in the JSON.
Can anyone confirm please?
Thanks in advance!
Solved! Go to Solution.
Apr 03, 2024 02:31 AM
It's working again. I never got a reply from support though.
Room for growth.
There's another way to tell something is wrong. When you hover above the attachment it should show you the file name. For the buggy ones it doesn't do that.
Apr 02, 2024 03:21 AM - edited Apr 02, 2024 03:23 AM
Respons example for new uploads:
"myAttachment":[{"filename":"","id":"att0jn4jQrKcjAoxh","size":147453,"thumbnails"... etc...
For older uploads:
"myAttachment":[{"filename":"12_9240_1.pdf","id":"atthncWZ4no3pYivQ","size":146299,"thumbnails"... etc...
Apr 02, 2024 10:45 AM
I've had this exact same issue, it broke several of our processes so I just updated where I could update quickly and reached out to AirTable support. I've had slow back and forth progress with them and no results yet. Their documentation still states that the "filename" field is optional but the behavior would obviously say otherwise.
Apr 02, 2024 10:48 AM
It may not be a coincidence, but I noticed they updated their help article on attachments the day we noticed that bug. Possibly they made some other change and broke this functionality.
Apr 02, 2024 11:09 AM
@stephenheindel wrote:It may not be a coincidence, but I noticed they updated their help article on attachments the day we noticed that bug. Possibly they made some other change and broke this functionality.
https://support.airtable.com/docs/attachment-field
Nice one.
Elementary, my dear Watson. 🕵🏼
Apr 03, 2024 02:31 AM
It's working again. I never got a reply from support though.
Room for growth.
There's another way to tell something is wrong. When you hover above the attachment it should show you the file name. For the buggy ones it doesn't do that.