질문&답변
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





