전체 스터디
안녕하세요 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'
혹시 어떤 조치를 해야되는지 알 수 있을까요?