google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
460 stars 88 forks source link

Cloud functions API v1beta2 is deprecated #177

Closed tomchop closed 4 years ago

tomchop commented 4 years ago

Pasted from another tool using the same API:

CRITICAL:   Error calling cloud function [gettasks]: <HttpError 403 when requesting https://cloudfunctions.googleapis.com/v1beta2/projects/<PROJECT_NAME>/locations/us-central1/functions/gettasks:call?alt=json returned "The GCF v1beta2 API is deprecated. See https://cloud.google.com/functions/docs/migrating". Details: "[{'@type': 'type.googleapis.com/google.rpc.DebugInfo', 'detail': '[ORIGINAL ERROR] generic::permission_denied: userFacingMessage: The GCF v1beta2 API is deprecated. See https://cloud.google.com/functions/docs/migrating; \ncom.google.cloud.eventprocessing.manager.api.error.V1Beta2ApiAccessException: userFacingMessage: The GCF v1beta2 API is deprecated. See https://cloud.google.com/functions/docs/migrating;  Code: PERMISSION_DENIED [google.rpc.error_details_ext] { message: "The GCF v1beta2 API is deprecated. See https://cloud.google.com/functions/docs/migrating" }'}]">
giovannt0 commented 4 years ago

See https://github.com/google/cloud-forensics-utils/pull/170