R plugin, authentisation of google account
Since Google has stopped supporting third-party apps, I now struggle to authorise a Google account for the connection to Google Drive in PyCharm.
If I call the googledrive::drive_auth(), PyCharm opens the pop-up window in RTools Viewer, which is really cool and mostly works great. In this case, though, it lets me type in the username but then fails to let me log in claiming that it is insecure.
Can it be the solution to force PyCharm to open the pop-up window in the browser instead? How? If not, what could work then?
Thanks!
1 条评论
排序方式
日期
投票数

Hi, it sounds like the question is about the googledrive R packag (https://googledrive.tidyverse.org) and unrelated to the IDE. To narrow down the issue -- does it reproduce if you run the code from the terminal outside the IDE? If so, maybe it's better to ask in R community as well.
请先登录再写评论。