I’m working on an app, and my code works perfectly. I was also able to make the apk. But when I ran it, it didn’t work properly. My app uses pygsheets, so I thought that the reason might be some missing requirement, but I’m not sure what it is. Please help. Link to log is here. I’m not very sure
Tag: pygsheets
How to update google sheet with new outcome every time python script runs?
I have a python script with each time running ,it returns a new value. Then I need to add those values to a google sheet. So every day the outcome of the scripts will be added to a new row. I tried to use “pygsheet” lib but I can not handle the addition to new row for each day. How