Replies: 1 comment
-
Written in readme. U need broswer so do it from termux or from ur windows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I was trying with google console cloud
I couldn't create SAs.
I checked all required APIs are enabled
credentials is there and both token.pickle and sa.token.picke was generated but when I execute this commad "python gen_sa_accounts.py --list-projects" it responds with this ://
C:\Users\Administrator\Desktop\leechbot1-new-master>python gen_sa_accounts.py --list-projects
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\leechbot1-new-master\gen_sa_accounts.py", line 322, in
resp = serviceaccountfactory(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\Desktop\leechbot1-new-master\gen_sa_accounts.py", line 202, in serviceaccountfactory
if loads(e.content.decode('utf-8'))['error']['status'] == 'PERMISSION_DENIED':
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Beta Was this translation helpful? Give feedback.
All reactions