python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

When I use videointelligence_v1p3beta1, I got "403 The caller does not have permission" error.

Open loyal812 opened this issue 1 year ago • 4 comments

Hi, GCP Community!

I'm trying to use the videointelligence_v1p3beta1 API, but a 403 error occurs when I use this API.

403 The caller does not have permission

Using videointelligence API works fine, but v1p3beta1 asks for permission. I'm not sure how I can solve this problem.

✅ working - from google.cloud import videointelligence

❌not working - from google.cloud import videointelligence_v1p3beta1 as videointelligence

I am using the discover_labels_streaming function of videointelligence_v1p3beta1 and would appreciate any help.

Thank you. Warm regards.

loyal812 avatar Mar 21 '24 00:03 loyal812

@parthea any insight to share why there might be a difference in why someone could use one version of the videointelligence API over another?

iennae avatar Mar 27 '24 04:03 iennae

@loyal812 can you share a link to the function documentation that you are trying to use? I was looking through the API reference docs and I couldn't find discover_labels_streaming. I was looking at https://cloud.google.com/video-intelligence/docs/analyze-labels but I'm not sure if that's the feature you were trying to use.

iennae avatar Mar 27 '24 04:03 iennae

@iennae Thank you for your interest in my problem. Please check this. https://cloud.google.com/video-intelligence/docs/streaming/label-analytic

I would like to implement similar functionality in my project.

loyal812 avatar Mar 27 '24 11:03 loyal812

Try reaching out on https://groups.google.com/forum/#!forum/cloud-videointel-discuss to check if version videointelligence_v1p3beta1 requires an additional sign up step as it is a preview version. https://cloud.google.com/video-intelligence/docs/getting-support#discuss_the_and_get_updates

parthea avatar Apr 04 '24 21:04 parthea