Mar 18, 2022 09:07 AM
Hello,
After many messages from the community, it appears that the bug is still not fixed: sometimes, without clear reason, API calls to create or update attachment fields of records, passing them a publicly accessible URL… doesn’t work.
Happy to elaborate and provide the support team with API calls etc. if needed.
This problem is driving me crazy - please help!
Thanks
Mar 18, 2022 09:21 AM
Welcome to the Airtable community!
There isn’t much that community members can do to help. As you have found out, there are intermittent issues with uploading attachments. If you could never upload an attachment, it might be an issue with how you are forming your calls. However, since it only sometimes happens for no clear reason, your calls are probably correct. One option is to build in re-try logic into your code.
Historically, the support team only rarely looks at posts on this community. If you want support to look at your API calls, I recommend contacting support team directly.
Mar 18, 2022 09:23 AM
got it - thanks!
yeah, the calls are well formed as they sometimes work… I implemented the retry logic already, but for some reason it still doesn’t go through if it didn’t work the first time… super weird.
anyway, thanks for your message!
Mar 19, 2022 06:12 AM
This has been statistically proven to be ineffective as well.
My opinion… don’t use Airtable for binary document storage by value. Instead, only use it to store documents by reference. There are many aspects of this approach, but there are many disadvantages as well.
If you must, there is one remedy that seems to work.