Google spreadsheet api Request had insufficient authentication scopes

前端 未结 9 1789
既然无缘
既然无缘 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:38

    The same problem occurred when I updated the scope. Along with the instruction, I delete the token.json file under the same directory with the python script, then the Authentication scope issue went away.

提交回复
热议问题