Skip to content

FIX: Update catalog BASE_URL to fetch media#2736

Open
AKMohite wants to merge 1 commit into
google:mainfrom
AKMohite:fix/media-api
Open

FIX: Update catalog BASE_URL to fetch media#2736
AKMohite wants to merge 1 commit into
google:mainfrom
AKMohite:fix/media-api

Conversation

@AKMohite

Copy link
Copy Markdown

WHAT

Updated the BASE_URL in UampService to the current official storage path for the UAMP sample.

WHY

The previous URL (https://storage.googleapis.com/uamp/) was no longer serving the media catalog resulting in AccessDenied error. The new URL from UAMP FAQs works.

HOW

In UampService, changed the BASE_URL constant:
• From: https://storage.googleapis.com/uamp/
• To: https://storage.googleapis.com/androiddevelopers/samples_assets/uamp/

Checklist 📋

• [x] Verified that the media catalog (catalog.json) is successfully fetched on app launch.
• [x] Confirmed that media items appear in the UI and playback starts correctly.

@AKMohite

Copy link
Copy Markdown
Author

Fixes: #2735

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

Successfully merging this pull request may close these issues.

1 participant