파이썬 구글 Sheet 연동
내 스터디
- 스터디에 참여해보세요!
온라인 클래스 등록하기
졸려운 코알라
이 클래스는 무료네요?
관심있으면 바로 등록해보세요!
관심있으면 바로 등록해보세요!
등록 페이지로 이동
학습 체험하기
코딩좀알려주라
파이썬 구글 Sheet 연동
온라인
안녕하세요 Debug를 실행하면 Googlesheet에 데이터가 입력되는데, Run을 실행하면 아래와 같은 메시지가 뜨면서 데이터가 입력되지 않습니다.
C:\Users\00941>C:/Users/00941/AppData/Local/Programs/Python/Python310/python.exe "c:/Users/00941/Documents/Python Scripts/Excel to GS.py"
Traceback (most recent call last):
File "c:\Users\00941\Documents\Python Scripts\Excel to GS.py", line 5, in <module>
creds = ServiceAccountCredentials.from_json_keyfile_name('my-cii-153758b35677.json', scope)
File "C:\Users\00941\AppData\Local\Programs\Python\Python310\lib\site-packages\oauth2client\service_account.py", line 219, in from_json_keyfile_name
with open(filename, 'r') as file_obj:
FileNotFoundError: [Errno 2] No such file or directory: 'my-cii-153758b35677.json'
혹시 어떤 조치를 해야되는지 알 수 있을까요?