Reputation: 11
I am trying to run python samples from GoogleCloudPlatform/python-docs-samples using Video Intelligence API. Specifically, I am receiving Permission Denied 403 when I am running the command "python3 beta_snippets.py streaming-labels resources/cat.mp4"
export GOOGLE_APPLICATION_CREDENTIALS=/home/[REDACTED]/[REDACTED].json
cd /home/[REDACTED]/python-docs-samples/videointelligence/samples/analyze
python3 beta_snippets.py streaming-labels resources/cat.mp4
Upvotes: 1
Views: 42