GCE VM から Google Cloud Machine Learning にアクセスするには、どのような権限が必要ですか?
指示に従って環境チェックスクリプトを実行しましたが、認証範囲が不十分であるというエラーが表示されました
curl https://storage.googleapis.com/cloud-ml/scripts/check_environment.py | python
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3802 100 3802 0 0 31451 0 --:--:-- --:--:-- --:--:-- 31683
Your active configuration is: [default]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 138 0 138 0 0 973 0 --:--:-- --:--:-- --:--:-- 978
ERROR: Unable to list Cloud ML models: {
"error": {
"code": 403,
"message": "Request had insufficient authentication scopes.",
"status": "PERMISSION_DENIED"
}
}
デフォルトのコンピューティング サービス アカウントを使用する GCE VM で実行していますか?