<Python> : : google.auth.exceptions.refresherror 문제 해결하기
역시 연결하는게 일이다. 나는 python을 이용해 미국주식 data를 coding 하려 하는데 해당 data를 google drive 에 있는 google spread sheet에서 가져와서 이용하려 한다. 그래서 google 에 연결하는게 중요했는데 계속 제목과 같은 Error가 발생했다. "google.auth.exceptions.refresherror" 나는 블로그를 보면서 연결을 하고 있었는데 하라는데로 다 해도 위에 문제는 계속해서 발생했다. 그러다가 scope 부분을 바꾸고 해당 문제를 해결했다. 아래는 기존 코드는 아래와 같다. from oauth2client.service_account import ServiceAccountCredentials import gspread scope = [..
프로그래밍
2021. 12. 11. 22:28