R Googlsheets: Unable to use `gs_auth()` in googlesheets package - Sign In With Google Temporarily Disabled App Not Verified Issue

后端 未结 2 1171
孤独总比滥情好
孤独总比滥情好 2020-12-10 04:24

I am unable to authenticate my googlesheets package. Everytime I run the gs_auth() command I am taken to the chrome where I would usually login to enable the pa

2条回答
  •  离开以前
    2020-12-10 05:20

    Adding the answer from Jenny Bryan (maintainer of googlesheets and googlesheets4) from Github to this issue here:

    "Default oauth app not working any more" https://github.com/jennybc/googlesheets/issues/397

    The link includes pretty detailed, step-by-step instructions, and I won't repeat what's she's already laid out really well. But quick version is you'll need to set up your own API credentials to make the oAuth client work. And remember, that will only help until March 2020.

    Probably better, as @Kannan and others point out, is to make the switch to the new googlesheets4 package now if you can.

提交回复
热议问题