You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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.
The text was updated successfully, but these errors were encountered:
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
<TITLE>Temporary Redirect</TITLE>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,
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.
The text was updated successfully, but these errors were encountered: