inflearn logo
Course

Course

Instructor

seunghun32461674's Posts

seunghun32461674 seunghun32461674

@seunghun32461674

Reviews Written
2
Average Rating
5.0

Posts 1

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