Google Drive API - an Opportunity?
Written by Mike James   
Wednesday, 25 April 2012

The big news is that Google has released its cloud storage product - one of the worse kept secrets of recent days. However, Google Drive also comes with an API and this brings opportunities to build cloud storage apps.

Users of Google Drive will be allocated an initial free 5GBytes of storage, which can be expanded at a cost of $2.49 per month for 25GBytes with 1TBytes on offer for $49.99 per month.

Google Drive integrates with Google Docs in the sense that it is used for document storage and also integrates with existing Google services such as Gmail and Google+. Currently it works with PC, Mac and Android with iOS coming soon. 

googledrive1

 

One small problem is that Google Drive isn't available for every user just at the moment. If you try and make use of it then you stand a chance of encountering the message "Your Google Drive is not ready yet", and your only option is to sign up to be informed when it is ready.

In theory the largest single file that you can store is 10Gbytes which should be enough for most applications.

The new API gives you access to file creation and manipulation, but only with some user intervention and this rules out some types of app.

You have to list your app in the Chrome Web Store before it will work. This is because authorization for your app to use the files is conditional on having been installed from the Chrome Web Store. This means you have to list and install from the Web Store even during development.

Users also have to authorize file access just to files that the app creates or that the user opens via the app.

 

googledrive2

 

Your app has to make use of the Drive UI to show the user a file manager type view of their files, which allows them to manipulate the files. A user can open a file with a specific app or create a file for a specific app. The app is then passed an authorization token, which then allows it to create or download the file.You can also update a file's metadata or content. The same mechanism works to create a folder, which is treated as a special type of file.

What you can't seem to do programmatically is to create or open a file without the user's input and this restricts the type of app that you can create. There is little scope for creating file management or clever synchronization apps because the user has to be involved in the creation or opening of files.

The API is REST-based but there are client libraries for .NET, Go, GWT, Java, JavaScript, Objective C, PHP, Python and Ruby.

 

googledrive3

 

The Drive API is welcome, but it is very restricted. The restrictions are necessary to an extent to ensure the security of the users' data, but they also serve to limit the potential to misuse Google's cloud storage. For example, if fast programmatic access was possible you could create an app that automatically merged a number of Drive accounts together to provide (potentially free) aggregated storage. The limitations seem to restrict you to creating web apps that use Drive as their document storage, and don't allow you to build storage utilities, which is where there is scope for real innovation.

You can see a very short presentation video on the API below:

 

More Information

Google Drive SDK

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

Banner


TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 



Edgeless Systems Announces Continuum AI
14/03/2024

Edgeless Systems has announced the launch of Continuum, a  security solution that provides cloud-based "Confidential AI" services and enables sharing of sensitive data with chatbots such as ChatG [ ... ]


More News

Last Updated ( Wednesday, 25 April 2012 )