You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are integrating google sheet in our php(v8), laravel(v9) application and it was working fine untill we change the scope from https://www.googleapis.com/auth/gmail.metadata to https://www.googleapis.com/auth/userinfo.email. please help us to fix the issue, details are given below-
when now appending rows & headers it is not working and giving below error-
updated scope and credentials in google developer console as well as in local config, it is working for new user. new user are able to authenticate, create spreadsheet and when any changes in data new rows and headers are getting appended in google sheet using api...but for existing google sheet and user when we try to call api to append rows, it is throwing above error. below is the codes how we are authenticating users and creating clients as well as appending rows.
we are integrating google sheet in our php(v8), laravel(v9) application and it was working fine untill we change the scope from
https://www.googleapis.com/auth/gmail.metadata
tohttps://www.googleapis.com/auth/userinfo.email
. please help us to fix the issue, details are given below-when now appending rows & headers it is not working and giving below error-
package we are using : https://github.com/googleapis/google-api-php-client
updated scope and credentials in google developer console as well as in local config, it is working for new user. new user are able to authenticate, create spreadsheet and when any changes in data new rows and headers are getting appended in google sheet using api...but for existing google sheet and user when we try to call api to append rows, it is throwing above error. below is the codes how we are authenticating users and creating clients as well as appending rows.
please let us know what are the approaches we can take to fix the issue.
thank you.
The text was updated successfully, but these errors were encountered: