gtalarico / pyairtable

Python Api Client for Airtable

Home Page:https://pyairtable.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The user set the permission to Editor, however this field cannot be updated with the requests.patch method

ZenonH opened this issue · comments

commented

b'{"error":{"type":"INVALID_PERMISSIONS","message":"You are not permitted to perform this operation because the field \"Access Date 1\" (fld0EAbaCB1WbXghF) has been configured to limit who can perform this operation"}}'

The owner of the database has set the permission level to Editor, but to no avail.

Hi @ZenonH - I don't think this error is actually related to this library. There is actually a feature in Airtable where the base creator can limit a user with Editor access further: https://support.airtable.com/docs/en/using-field-and-table-editing-permissions

I concur with @marks, this is not a bug with the Python library. Closing the issue.