더북(TheBook)
       from oauth2client.client import GoogleCredentials
      
       auth.authenticate_user()
       gauth = GoogleAuth()
       gauth.credentials = GoogleCredentials.get_application_default()
       drive = GoogleDrive(gauth)
 
       id = url.split('=')[1]
       downloaded = drive.CreateFile({'id':id})
       downloaded.GetContentFile(f'{base_path}/{file_name}') 
       print(f"사용자의 구글 드라이브에 {base_path}/{file_name} 다운로드 완료")
   else:
print(f"{url} 에서 다운로드해 실습 경로 {os.getcwd()}/{base_path} 옮겨
주세요.""") return file_exist_check(base_path, file_name)

실행 결과

사용자의 구글 드라이브에 data/petition.csv 다운로드 완료
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.