-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
storage/cloud-client
hmac_samples_test.test_create_key
Log:
Traceback (most recent call last):
File "/workspace/storage/cloud-client/hmac_samples_test.py", line 72, in test_create_key
PROJECT_ID, SERVICE_ACCOUNT_EMAIL
File "/workspace/storage/cloud-client/storage_create_hmac_key.py", line 33, in create_key
service_account_email=service_account_email, project_id=project_id
File "/workspace/storage/cloud-client/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/storage/client.py", line 749, in create_hmac_key
method="POST", path=path, query_params=qs_params, timeout=timeout
File "/workspace/storage/cloud-client/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/_http.py", line 423, in api_request
raise exceptions.from_http_response(response)
google.api_core.exceptions.Forbidden: 403 POST https://storage.googleapis.com/storage/v1/projects/python-docs-samples-tests/hmacKeys?serviceAccountEmail=jenkins-and-travis%40python-docs-samples-tests.iam.gserviceaccount.com: Service account HMAC key limit reached
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.