Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 764
davide.gironi Avatar asked Apr 27 '12 19:04

davide.gironi


People also ask

Is there an API for Google Drive?

The Google Drive API allows you to create apps that leverage Google Drive cloud storage. You can develop applications that integrate with Drive, and create robust functionality in your application using the Drive API.

Is Google Drive API free?

All use of the Drive API is available at no additional cost.


1 Answers

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.

like image 136
Ali Afshar Avatar answered Sep 19 '22 08:09

Ali Afshar