Select to view content in your preferred language

Login with Google Account

872
1
09-01-2021 01:59 PM
DavidMetzler1
New Contributor II

I am attempting to connect to arcgis.com via the python api and login using my google credentials and I cannot seem to crack how to do it. I have no problems using the "login with google account' method when signing onto arcgis.com with a browser. 

I have looked around the documentation and I cannot find anything to try to get around this, has anyone had success using this method to login via python?

 

thanks

Tags (1)
0 Kudos
1 Reply
David_Brooks
MVP Regular Contributor

I'm not an expert in this, but I recall a colleague had an issue handling Google accounts pythonically. Have you looked at the Gmail API to see if there's a way to authenticate your account and retrieve a token prior to logging in?

https://www.geeksforgeeks.org/how-to-read-emails-from-gmail-using-gmail-api-in-python/

 

 


David
..Maps with no limits..
0 Kudos