Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access problems #133

Open
VeerMuchandi opened this issue Oct 25, 2024 · 0 comments
Open

Access problems #133

VeerMuchandi opened this issue Oct 25, 2024 · 0 comments

Comments

@VeerMuchandi
Copy link
Contributor

This step complains of access issue that storage.buckets.get access is missing even if you give Storage Admin role to the user. By the way, the Storage Object Admin role listed above doesnt have storage.buckets.get access listed in its scope.

display_audio( audio_url="gs://public-aaie-genai-samples/gemini/prompting_recipes/multimodal/audio/sound_1.mp3" )

Suggestion:

Download the file locally
!gsutil cp gs://public-aaie-genai-samples/gemini/prompting_recipes/multimodal/audio/sound_1.mp3 .
and
change the above command to display_audio( audio_url="file:///content/sound_1.mp3" )

I tested it and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant