gspread authentication throwing insufficient permission

后端 未结 3 1048
心在旅途
心在旅途 2020-12-03 21:38

Using developers.google.com we created api user and downloaded credentials as json file. Now On my macbook gspread authentication is working fine while using credentials.js

3条回答
  •  广开言路
    2020-12-03 22:20

    IF you are unable to access even after updating the scope, try running this command in your terminal:

    sudo pip install 'gspread==0.6.2' --force-reinstall

提交回复
热议问题