generative-ai icon indicating copy to clipboard operation
generative-ai copied to clipboard

Permission is denied on Google Colab while using Gemini- Pro-Vision model the text model is working with the same project

Open turna1 opened this issue 2 years ago • 2 comments

PermissionDenied                          Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py](https://localhost:8080/#) in error_remapped_callable(*args, **kwargs)
    164             )
    165         except grpc.RpcError as exc:
--> 166             raise exceptions.from_grpc_error(exc) from exc
    167 
    168     return error_remapped_callable

PermissionDenied: 403 Permission denied on resource project [ioextendedottawa]. [links {
  description: "Google developers console"
  url: "https://console.developers.google.com/"
}
, reason: "CONSUMER_INVALID"
domain: "googleapis.com"
metadata {
  key: "consumer"
  value: "projects/[ioextendedottawa]"
}
metadata {
  key: "service"
  value: "aiplatform.googleapis.com"

turna1 avatar Dec 15 '23 08:12 turna1

resolved by authenticating with Google account again

turna1 avatar Dec 15 '23 08:12 turna1

@turna1 since this was resolved by Authenticating with your Google account, do you need any further assistance on this issue?

holtskinner avatar Dec 18 '23 19:12 holtskinner