chffr-api icon indicating copy to clipboard operation
chffr-api copied to clipboard

Oauth client deleted?

Open mwkrieger opened this issue 9 years ago • 4 comments

Hi,

When I follow your instructions and try to authorize my account, I get the following error:

  1. That’s an error.

Error: deleted_client

The OAuth client was deleted.

That’s all we know.

Any suggestions?

mwkrieger avatar Sep 12 '16 21:09 mwkrieger

You are going to need to create credentials for auth:

go to: https://console.developers.google.com/apis/credentials

Click "Create credentials" then "OAuth Client ID"

screen shot 2016-09-26 at 5 20 24 pm

Create an entry for this app's authentication (Only product name needed, example: "chffr")

Then just enter the Client ID and Client Secret inside of the "get_chffr_token.py" file on lines 8 and 9.

Then execute "./get_chffr_token.py", now visit the url provided, click "allow" and code will be presented, then enter this into the terminal.

energee avatar Sep 26 '16 21:09 energee

this worked for me.

robertoostenveld avatar Oct 01 '17 14:10 robertoostenveld

Thx, it worked after I set up https://www.googleapis.com/auth/userinfo.email as the Privacy policy URL in the OAuth Consent screen tab

chffr-api-issue

abanctelchevrel avatar Oct 03 '17 15:10 abanctelchevrel

is this issue solved? can we close this issue?

m-henderson avatar Nov 12 '18 00:11 m-henderson