콘솔워크

google driver api v3 pyinstaller not work 본문

프로그래밍/google api

google driver api v3 pyinstaller not work

콘솔워크 2023. 2. 20. 18:29
반응형

구글 드라이브 API 사용 시 

pyinstaller 빌드 후에 안될 때가 있다.

 

 

build 부분에서

static_discovery=False
 
추가해주면 된다.

 

build(API_NAME, API_VERSION, credentials=cred, static_discovery=False)
반응형