2016-12-06 1 views
1

내 파이프 라인 오류로 인해 시작되지 않습니다누락 된 서비스 계정

(8e45efed0ad51300): Workflow failed. Causes: (8e45efed0ad51e7b): There was a problem refreshing your credentials. 
Please check: 
1. Dataflow API is enabled for your project. 
2. There is a robot service account for your project: [project number]@cloudservices.gserviceaccount.com should have access to your project. If this account does not appear in the permissions tab for your project, contact Dataflow support. 

은 내가 데이터 흐름 모니터링 콘솔에 도달 할 수있어로 데이터 흐름의 API가 활성화되어, 그래서 첫 번째 요구 사항이 충족되어 있다고 가정합니다. 두 번째는 그렇지 않습니다. 도메인 cloudservices.gserviceaccount.com에는 단일 계정이 없습니다.

어디에서 유료 지원 계획없이 이러한 도움을 요청할 수 있습니까?

답변

4

누락 된 서비스 계정을 만들어야하는 프로젝트의 데이터 흐름 API를 사용하지 않도록 설정 한 다음 다시 사용하도록 설정 한 경우

희망 하시겠습니까?

+2

데이터 흐름 모니터링 콘솔에 도달 할 수 있었지만 API가 전혀 활성화되지 않았습니다. 따라서 내 가정은 잘못되었습니다. Dataflow API를 사용하면 도움이되었습니다. –