ttnewton
ttnewton

Reputation: 21

Interface to gDrive appears not to be supported yet using Google's Go language

In the SDK Example Apps are listed examples for Java, Python, PHP, .NET, and Ruby, but not for Google's own Go. Doesn't Google promote Go as the up-and-coming alternative to these other languages? Don't get me wrong; I'm a big Google fan, but just curious why Go has been left out. Anybody know what's up with this?

Upvotes: 2

Views: 457

Answers (1)

Claudio Cherubino
Claudio Cherubino

Reputation: 15024

Go supports Google Drive and a Go library is available in the project page:

http://code.google.com/p/google-api-go-client/source/browse/#hg%2Fdrive%2Fv1

A complete tutorial is not available yet, it will be added to the docs soon.

Upvotes: 3

Related Questions