davide.gironi
davide.gironi

Reputation: 337

Google Drive API for C or C++

Is there a C or C++ API for Google Drive?

I've looked at the Google API developer website, but there I can only find APIs for Java, PHP, Ruby, Python, and C#.

I would like to develop a simple C/C++ command-line binary to sync a local folder to a remote folder.

Upvotes: 17

Views: 19056

Answers (1)

Ali Afshar
Ali Afshar

Reputation: 41663

Currently, there are no official C or C++ libraries. This is a contribution that would be very gratefully received, so please let us know if you take it on.

There are some usages, for example which might help you on your way.

Upvotes: 6

Related Questions