ユーザーの Google ドライブにファイルを書き込む cron をプログラムしようとしましたが、アプリケーションがこの Google ドライブに書き込むことを承認する方法がわかりません。私は試します:
SCOPE = [ 'https://www.googleapis.com/auth/drive.file',
'https://www.googleapis.com/auth/drive']
credentials = AppAssertionCredentials(scope = SCOPE)
http = httplib2.Http()
http = credentials.authorize(httplib2.Http(memcache))
service = build("storage", "v1beta1", http=http, developerKey = 'XXXXXXXXXXXX')
応答は常に「許可されていません」です。