udacity / andfun-kotlin-gdg-finder

Apache License 2.0
34 stars 130 forks source link

GDG List URL is 404 #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

https://github.com/udacity/andfun-kotlin-gdg-finder/blob/final/app/src/main/java/com/example/android/gdgfinder/network/GdgApiService.kt

The link to the list of GDGs has changed. The old link gives a 404. The list is now here: https://developers.devsite.corp.google.com/community/gdg/groups/directory.json

mayokunadeniyi commented 4 years ago

https://github.com/udacity/andfun-kotlin-gdg-finder/blob/final/app/src/main/java/com/example/android/gdgfinder/network/GdgApiService.kt

The link to the list of GDGs has changed. The old link gives a 404. The list is now here: https://developers.devsite.corp.google.com/community/gdg/groups/directory.json

  • Aleks

Just ran into this as I was getting an error 404. The actual link is at: https://developers.google.com/community/gdg/groups/directory.json

ghost commented 4 years ago

A redirect has been implemented so that the original URL is not broken anymore.

michaelu123 commented 4 years ago

The redirect with the original URL does not work. The URL with devsite.corp.google asks for SSO credentials. The URL given by mayokunthefist works. In GdgApiService.kt set private const val BASE_URL = "https://developers.google.com/community/gdg/groups/"

wr200m commented 4 years ago

https://developers.google.com/community/gdg/groups/directory.json

This link just became 404 again this afternoon. It was okay earier today.

betabloch commented 4 years ago

I have the same issue now - can't complete the last lesson because can't find the base url for my json

xueluwei commented 4 years ago

same issue now. also can't finish this class

TobiasDemoor commented 4 years ago

same issue here

gabriel7771 commented 4 years ago

Same issue