garygng / Airtable_python

Airtable Bulk Attachments Download using python
7 stars 5 forks source link

Uncaught Error response.content #2

Open outbound opened 3 hours ago

outbound commented 3 hours ago

Getting this error - when trying to add a .jpg I presume

line 49, in open(filename+".jpg", "wb").write(response.content)


TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'