2

我正在尝试使用 airtable-python-wrapper 但它在传递时不接受 API 密钥,如此处所述: https ://airtable-python-wrapper.readthedocs.io/en/master/authentication.html

下面的代码:

from airtable import Airtable
base_key = 'xxxxxxxxxxxx'
table_name = 'MyTable'

airtable = Airtable(base_key, table_name, api_key='xxxxxxxxxxx')
airtable.get_all()

任何帮助表示赞赏。

4

0 回答 0