Guys I’m like 3 weeks into learning python already built a BTC balance checker for an arcade machine with Arduino
So I’m kind of in love with pythonista....
Now for my next trick
I want to parse a CSV file then pipe the contents into a google calendar etc etc
After a time I found a solution to get real-time data rather than a saved CSV file so until I get that platform sorted I wanted to try and learn how to play with the google calendar... which is one half of the quest
So here’s the issue
Loaded python google bits as per instructions
Loaded up all the requirements and it’s seems to be working
-Using the standard Calendar QuickStart.py
The issue is I get a warning about please visit this url to auth
-click link
Brings me to pythonista web view
-
brings up and error 403
-
That’s an error.
Error: disallowed_useragent
Google can’t sign you in safely inside this app. You can use Google sign-in by visiting this app’s website in a browser like Safari or Chrome.
- so I gatherd that’s it’s the user agent issue with pythonista and webview
So heres the question what do I do to clear it
Is it pythonista that’s needs to change or the scripts or an edit to the google python module
I will need this to obvs work all platforms ish
Also a decent explanation of what’s going on and where the issue
Please reply like I’m an idiot as I said, I’m super new to python but I am an all round tech so not completely useless
Thanks guys
-