I have two separate google cloud accounts. I access/view some services that are currently only editable via the browser (not supported in the google-cloud api).
In order to that, I have to 1) login to account 1 and view/edit services 2) Logout, and then again repeat step 1 for account 2
This is quite cumbersome. Now, google-cloud normally supports storing credentials for two separate accounts. But is there a way to login via the browser using these stored credentials.
To clarify, I'm talking of logging in generically to a google account without using stuff like selenium+chromedriver. I'd prefer if some sort of stored credentials could be used. In my use case, convenience (and speed of login/logout) matters somewhat more than security.
Is there a way to do this using python or some other language?