Skip to content

FIX: Update catalog BASE_URL to fetch media#2736

Merged
yschimke merged 1 commit into
google:mainfrom
AKMohite:fix/media-api
Jun 22, 2026
Merged

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

Conversation

@AKMohite

Copy link
Copy Markdown
Contributor

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
Contributor Author

Fixes: #2735

@yschimke yschimke enabled auto-merge (squash) June 22, 2026 09:52
@yschimke yschimke disabled auto-merge June 22, 2026 19:15
@yschimke yschimke merged commit abea9bb into google:main Jun 22, 2026
10 checks passed
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.

2 participants