I am using Zoho Catalyst API to insert a row to Datastore table for which I am facing the below error
{
"status": "failure",
"data": {
"message": "You do not have access to this operation. Please contact a project owner or an administrator of this account.",
"error_code": "PERMISSION_NEEDED"
}
}
I double checked the API access token and the project ID details everything works fine and I am able to add row from datastore UI directly. I am facing this issue only when using Catalyst API.
I am also sharing the API I am using below
I am using Zoho Catalyst API to insert a row to Datastore table for which I am facing the below error
{
"status": "failure",
"data": {
"message": "You do not have access to this operation. Please contact a project owner or an administrator of this account.",
"error_code": "PERMISSION_NEEDED"
}
}
I double checked the API access token and the project ID details everything works fine and I am able to add row from datastore UI directly. I am facing this issue only when using Catalyst API.
I am also sharing the API I am using below
Share Improve this question asked Mar 25 at 5:58 Johnnathan KennedyJohnnathan Kennedy 92 bronze badgeshttps://api.catalyst.zoho/baas/v1/project/2113000000065003/table/sampleTable/row
1 Answer
Reset to default 1You need to grant permission for the user.
DataStore -> Table Name -> Scope and Permissions -> Table Permissions
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744215356a4563529.html
评论列表(0条)