ドキュメントに記載されているとおりに行います:
#google key
API_key = "xxxxx"
#creating an instance of the class
drive_service = build('drive', 'v2', developerKey = API_key)
#get a list of child folder in
children = drive_service.children().list(folderId='yyyyyyy', **param).execute()
エラー:
エラーが発生しました: https://www.googleapis.com/drive/v2/files/yyyyyyy/children?alt=json&key=xxxxx が「ログインが必要です」を返しました">
私は何を間違っていますか?