Feb 22, 2023 03:44 PM
I tried to use the API to create a new base. I copied and pasted the example from the official API reference, and the only changes I made is 1) used my own access token; 2) used the correct workspaceID. And the example returns
{"error": {
"type":"INVALID_REQUEST_UNKNOWN",
"message":"Invalid request: parameter validation failed. Check your request data."
}
}
Not sure how this API could work if the example given by the official reference is not working.
Feb 23, 2023 02:23 AM
Hi @stevenzhengqqnn 👋
The example works for me using a PAT with the schema.bases:write scope and access granted to the targetted workspace.
Feb 23, 2023 10:14 PM
Hi @goksan
Thanks for the reply.
I also used a PAT with the schema.bases:write scope and access granted to all current & future workspaces, but the example just doesn't work for me.
What I did:
Not sure what the difference is that causes the issue.