Yitao Jiang

Results 5 comments of Yitao Jiang

I successfully upload the files to Shared Drive (Team Drive) with PyDrive. In pydrive/files.py, about line 368. Add a line of code `param['supportsAllDrives'] = True` Which should look like this:...

> @cccat6 you could also check the maintained PyDrive2 fork. It has that (and many other fixes) in it. Ops... I didn't notice there is a PyDrive2. Spends me an...

Thank you for taking the time to review my pull request and providing an elegant solution. I appreciate your implementation, which is indeed more concise and efficient than my initial...

I am also debugging this issue. Check `sensors_mpu6050_hm5883L_ms5611.c` around line `850`. The way of calculating variance is wrong, which leads to very large numbers or very large negative numbers, and...