0

I developed a feature which fetch all photos from device gallery. and display them in a list in my app. Now im required to fetch photos from 'Google Photos' I can't seem to find a simple way to achieve it.

ravid rinek
  • 69
  • 1
  • 5

1 Answers1

0

Google Photos Library API client library works with the Google Authentication Library to handle OAuth authentication.

StackOverflow answer for using Google Photos

Github Gist on Using GoogleCredentials for Photos

Narendra_Nath
  • 3,132
  • 2
  • 9
  • 25