Q&A
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) 에러 발생합니다
- Likes
- 0
- Comments
- 2
- Viewcount
- 138

