Troubleshooting of Airtable API: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "Troubleshooting of Airtable API {{Drafting}} == How to fix INVALID_VALUE_FOR_COLUMN == Error message: <pre> [type] => INVALID_VALUE_FOR_COLUMN [message] => Field "欄位名...") |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Drafting}} | {{Drafting}} | ||
== How to fix INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND == | |||
Error message: | |||
<pre> | |||
[type] => INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND | |||
[message] => Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct. | |||
</pre> | |||
Solution: Verify the permissions of your API token. | |||
# Navigate to the [https://airtable.com/developers/web/api/authentication#types-of-token Airtable developer page on Authentication - Airtable Web API]. | |||
# From there, proceed to access [https://airtable.com/create/tokens token management]. | |||
# Review the permissions of your API token, such as access levels or scopes of bases. | |||
== How to fix INVALID_VALUE_FOR_COLUMN == | == How to fix INVALID_VALUE_FOR_COLUMN == | ||