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