Access Google Drive with Arduino

I use the Arduino board to register data. My Arduino is connected to the Internet via a WiFi screen. Arduino uses a kind of C ++ programming language.

Does anyone know how I can access a file from Google Drive using Arduino?

+5
source share
3 answers

If you use Arduino to register data, you probably want to register the data that your sensors receive and upload it to your Google account.

Good access to the Google drive is not a trivial task that you need to interact with the OAuth protocol, as well as an alternative that you can upload to the Google Docs spreadsheet.

, !

+1

Using the new google spreadsheets, you can access the API and write directly on the worksheet from a service like Temboo.

https://temboo.com/arduino/others/update-google-spreadsheet

0
source

All Articles