如何在 Airtable 中存储 JSON 的 blob?

How to store a blob of JSON in Airtable?

Airtable 中似乎没有用于 "meta" 数据 blob and/or JSON 字符串的专用字段类型。

"Attachment" 类型是我的最佳选择吗?

我可以将其存储为 json 附件,或存储在字符串类型的列中。

由于文本栏中的完整 json 可能无法阅读,我会将其存储为附件。

但是,至少目前看来,上传附件需要首先将文件托管在某个地方,因此这条路线可能不是最简单的路线:

https://community.airtable.com/t/is-it-possible-to-upload-attachments/188

Right now this isn’t possible with the Airtable API alone. It’s something we’ll think about for future API versions though. A workaround for now is to use a different service (e.g. Filestack90, imgur52, etc.) to process the upload before then sending the url to Airtable. When Airtable processes the attachment, it will copy the file to Airtable’s own (S3) server for safekeeping, so it’s OK if the original uploaded file url is just temporary