airtable-export icon indicating copy to clipboard operation
airtable-export copied to clipboard

error while exporting the table

Open bioinfo-gv opened this issue 3 years ago • 1 comments

Hi,

I am trying to export few of our airtables and i end up with client 401 and 406 errors. can you please let me know whats going wrong. I have key listed in the environment variable (.bash_profile)

airtable-export $PWD appxxxxxxx Table1 --key=key --ndjson

Error: 406 Client Error: Not Acceptable for url: https://api.airtable.com/v0/appxxxxxx/Table1 For more information check: https://httpstatuses.com/406

Thanks,

bioinfo-gv avatar Apr 26 '21 22:04 bioinfo-gv

It looks like you are having the same issue I was having when starting using this script. You need to specify a user-agent eg --user-agent="tenseg/0.6" See #15

kbsali avatar Jun 16 '21 21:06 kbsali