Skip to content

Access problems #133

Description

@VeerMuchandi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions