Google カレンダー python API ( https://developers.google.com/google-apps/calendar/quickstart/python#step_3_set_up_the_sample ) のサンプル スクリプトを使用して、すべてのカレンダー イベントを印刷しようとしています。ただし、次のエラーが表示されます。
AttributeError: 'module' object has no attribute 'file'
ラインから
store = oauth2client.file.Storage(credential_path)
ドキュメントにそのようなエラーへの参照が見つかりません。他の誰かがこれに遭遇したことがありますか?
乾杯、ジャック