Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete Auth protocol? #1

Open
BillyCroan opened this issue Oct 20, 2023 · 0 comments
Open

Obsolete Auth protocol? #1

BillyCroan opened this issue Oct 20, 2023 · 0 comments

Comments

@BillyCroan
Copy link

I tried using logss in October 2023 and I suspect the gdata package it depends on has been obsoleted by google:

The error I got was
traceback (most recent call last):
File "logss.py", line 290, in
sys.exit(main())
File "logss.py", line 273, in main
inserter.Authenticate()
File "logss.py", line 184, in Authenticate
client_authz.EnsureAuthToken(self.client)
File "logss.py", line 126, in EnsureAuthToken
access_token = self.FetchAccessToken(client)
File "logss.py", line 107, in FetchAccessToken
self.scopes, httpd.my_url(), self.consumer_key, self.consumer_secret)
File "/root/gits/gdata-python-client/src/gdata/client.py", line 579, in get_oauth_token
response, RequestError, response_body)
gdata.client.RequestError: Unable to obtain OAuth request token: 307,

<TITLE>Temporary Redirect</TITLE>

Temporary Redirect

The document has moved here.

I'd love to have a way to send log events from a bash script to a google sheet though! Thank you for making this work at one time, and sorry google broke it with no backward compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant