반응형 업무자동화1 [google drive api] python으로 구글 드라이브에 xlsx 파일 업로드 from googleapiclient.discovery import build from httplib2 import Http from oauth2client import file, client, tools from googleapiclient.http import MediaFileUpload try : import argparse flags = argparse.ArgumentParser(parents=[tools.argparser]).parse_args() except ImportError: flags = None SCOPES = 'https://www.googleapis.com/auth/drive.file' store = file.Storage('storage.json') creds = store.ge.. 2021. 3. 12. 이전 1 다음 반응형