I have searched everywhere for this and can't find anything.
Everyone wants to upload a file to Google Drive with data, but no-one has found a way to download one. I have an external program that uploads a file to Google Drive. I would then like the Arduino to download this file from Google Drive. The problem is, Google's API doesn't support C/C++, which is annoying. I have tried many other C++ Goole Drive API libraries, but none will work - spent most of my time on this one: C++ List Files in Google Drive and I still can't get it to work.
Is there any possible way to do this? If not, I will have to go into Python. If I have to use Python, is there any Shield for the Arduino that accepts Python code or is there anyway to compile Python code onto an Arduino becuase it will not be connected to computer, so I cant run it from there?
Thanks in Advance,
Dream