Giter Club home page Giter Club logo

Comments (3)

mtalcott avatar mtalcott commented on May 22, 2024 1

Hi @anthonyjclarke,

You should be able to open the client secret file with a text editor and see something like this JSON structure:

{
  "web": {
    "client_id": "asdfjasdljfasdkjf",
    "client_secret": "1912308409123890",
    "redirect_uris": ["https://www.example.com/oauth2callback"],
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://accounts.google.com/o/oauth2/token"
  }
}

In this example, your GOOGLE_CLIENT_ID is asdfjasdljfasdkjf and your GOOGLE_CLIENT_SECRET is 1912308409123890.

Alternatively, these are also available for me in the Google Cloud Console under APIs & Services > Credentials once you click on an entry in the OAuth 2.0 Client IDs list.

from google-photos-deduper.

mtalcott avatar mtalcott commented on May 22, 2024 1

I also want to acknowledge this setup is very involved, and prevents most people from using the tool! This setup is what I could scrap together with the limited time I am able to set aside for this project.

In the future I'd like to provide a hosted web app that avoids all this. Unfortunately, it requires a bigger time investment than I'm currently able to make.

from google-photos-deduper.

anthonyjclarke avatar anthonyjclarke commented on May 22, 2024

Thanks. I've taken my time and done very slowly and cautiously. Nearly there.

from google-photos-deduper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.