I'm have a project PHP database using google data store and deploy on Google App Engine , my project is working fine but when I access database on google data store it show error :{
"error": {
"code": 403,
"message": "Missing or insufficient permissions.",
"status": "PERMISSION_DENIED"
}
}
with this error on my local I just run command gcloud auth application-default login.
I don't know how to fix it in Google App Engine. Thank for help. Thank so much.
You may take a look at this thread on Stack Overflow which seems to be a similar issue.