0
appengine-mapreduce python exampleを試していて、アクセストークンの取得を再試行するときにmapreduce.mapper_pipeline.MapperPipelineタスクを無限に待っています。 私はそれをローカルで実行します。何が間違っていますか?ありがとう。アクセストークンの取得に失敗しました
./build.sh run_demo
INFO 2016-06-01 14:00:00,296 handlers.py:1381] Processing kickoff for job 1571507958375F58F3135
INFO 2016-06-01 14:00:00,370 client.py:804] Refreshing access_token
INFO 2016-06-01 14:00:03,413 client.py:827] Failed to retrieve access token: {
"error" : "internal_failure"
}
ERROR 2016-06-01 14:00:03,414 api_server.py:272] Exception while handling service_name: "app_identity_service"
method: "GetAccessToken"
request: "\n7https://www.googleapis.com/auth/devstorage.full_control"
request_id: "CblKNzQHze"
、それは '\ n7'で始まります –