You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 havestorage.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.
The text was updated successfully, but these errors were encountered: