Jun 06, 2024 01:50 PM
I'm following the documentation correctly but getting
"error": {
"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."
}
Even though my access token has all the permission that I can add init. Also it has permission for viewing all the bases and all the future base
Jun 08, 2024 01:52 AM
I just tested this and was able to create a base via the API using the example request provided in the docs:
https://airtable.com/developers/web/api/create-base
These are the scopes that my personal access token had:
If the permissions you've set are the same as the screenshot above and you're using the example data from the docs and it still isn't working I'd recommend opening a support ticket as that's likely a bug!
Jun 09, 2024 04:53 PM
Yup it still does not work gonna contact the support