无法检索访问令牌google-app-engine

时间:2016-06-01 14:55:59

标签: python google-app-engine google-cloud-platform

我尝试了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"

1 个答案:

答案 0 :(得分:1)

删除~/.config/gcloud/application_default_credentials.json解决了问题。

<强>参考:

GloudStorage bug in GoogleAppEngineLanucher development server