inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

승훈님의 게시글

승훈 승훈

@seunghun32461674

수강평 작성수
2
평균평점
5.0

게시글 1

질문&답변

runpod에서 google drive 연결 시 오류 발생

이를 해결하기 위해 !pip install pydrive2 실행 2. from pydrive2.auth import GoogleAuth from pydrive2.drive import GoogleDrive gauth = GoogleAuth() gauth.LocalWebserverAuth() # 인증 URL 뜸 drive = GoogleDrive(gauth) 실행 -> InvalidConfigError: Invalid client secrets file ('Error opening file', 'client_secrets.json', 'No such file or directory', 2) 에러 발생합니다

좋아요수
0
댓글수
2
조회수
154