Google spreadsheet api Request had insufficient authentication scopes

前端 未结 9 1838
既然无缘
既然无缘 2020-11-29 07:45

I\'m making an script to read data from google spreadsheet using the following script on nodejs:

var url = oauth2Client.generateAuthUrl({
    access_type:            


        
9条回答
  •  情话喂你
    2020-11-29 08:33

    Delete the token from tokens folder and try again. If you have tried to run the Google Drive Quickstart before running the Spreadsheet Quickstart, the existing token might not have the spreadsheet access updated.

提交回复
热议问题