Google OAuth & Photos API Tutorial - Part One: Getting Credentials from Google

I think the whole Google OAuth and API setup is a bit daunting for some (it was for me!), so I thought I would go through the steps of setting up the API and OAuth credentials, and then using them in Wappler to log a user into their Google account and then get their photo albums. I’ll both list the albums with their images, and also show you how to create a slideshow from each album. I’m not very experienced at creating tutorials so forgive me if something isn’t clear enough. Feel free to ask questions if something doesn’t make sense. Ok, here we go…

First thing you need to do is setup a new project at https://console.developers.google.com/ . I assume you already have a google login.

13 Likes

Good this was the first part. Please make part 2 :slight_smile:

Forgot all about this! Thanks for the reminder. I’ll try to get to it this week.

1 Like

Part Two - Google OAuth & Photos API Tutorial - Part Two: Google Login