question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

browser authorization url shows "401 Error: deleted_client"

See original GitHub issue

Hi, I faced issue that browser authorization url shows :

  1. That’s an error. Error: deleted_client The OAuth client was deleted.

[screenshot] image

[reproduce]

pipenv --python 3.7.4
pipenv install gcsfs
import gcsfs

fs = gcsfs.GCSFileSystem(token="browser")
Please visit this URL to authorize this application: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=586241054156-8986sjc0h0683jmpb150i0m8cucrttds.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.full_control&state=TIrQYtqv2eKxHpW8CL0xKgm3JDl626&prompt=consent&access_type=offline&code_challenge=eo357tajzJNw6Nev0YwigXfZU-_32IqJyQ9nNCWcyfM&code_challenge_method=S256

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
TomAugspurgercommented, Oct 4, 2019

OK, I’ll try to do a batch of releases on Monday then (traveling tomorrow).

On Thu, Oct 3, 2019 at 9:47 AM Martin Durant notifications@github.com wrote:

gcsfs, fsspec, and s3fs should all be released simultaneously

I am not totally certain, but seems like good policy

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dask/gcsfs/issues/171?email_source=notifications&email_token=AAKAOITYIFXMAWKOTCOOLQDQMYAXLA5CNFSM4ISMIOPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAIOL3Y#issuecomment-537978351, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKAOIQWXAIAWPB32RFRKK3QMYAXLANCNFSM4ISMIOPA .

1reaction
martindurantcommented, Sep 12, 2019

A new client is now in master. I don’t know why my previous one didn’t work - perhaps you are not allowed to reuse client names? I’ll try to arrange for a release in the near future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

browser authorization url shows "401 Error: deleted_client" #171
Hi, I faced issue that browser authorization url shows : That's an error. Error: deleted_client. The OAuth client was deleted. [screenshot]
Read more >
"401. Error: deleted_client" when login with Google Connection
Hi there, I had a working google-oauth2 connection for a while. When I tried to log in using my google account today, it...
Read more >
Error: deleted_client The OAuth client was deleted
This happens because you deleted the credentials on the Google Developer Console. Once you go back in there and recreate credentials, head back ......
Read more >
401 Error: 5 Ways to Troubleshoot and Fix It - Hostinger
The 401 Unauthorized error is triggered by unauthenticated requests made to a WordPress web server. Learn how to identify and fix the issue....
Read more >
401 Unauthorized - HTTP - MDN Web Docs
The HyperText Transfer Protocol (HTTP) 401 Unauthorized response status code indicates that the client request has not been completed ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found