Developers have been using Amazon to store data in the cloud for some time, using the highly reliable and scalable Amazon Web Services like S3 to provide durable object storage and retrieval. Amazon Cloud Drive offers that same convenience to consumers, and millions use it to securely access their digital content from their desktop and mobile devices. Now you can build on that functionality and connect users to their Cloud Drive content from within your own apps. Enhance your photo editing app, for example, by allowing users to browse photos they have already stored in the cloud.
Today Amazon Cloud Drive announced the launch of its public API platform, which provides a RESTful interface for upload, download, manipulation, and organization of data in the cloud. You can use this API to integrate these services in your app and offer added flexibility to your users. Your app can provide direct access to their Cloud Drive storage and the content they keep there, as well as use it to preserve game settings, preferences, and other application state on their behalf.
For example, let’s say you have a note-taking app that stores its data locally. Using the new Cloud Drive API, you could allow users to enable synchronization with their personal storage in the cloud. Saving notes to their Cloud Drive would make the data accessible to your customers wherever they run your app—without requiring you to set up and manage servers, storage, or load balancers.
In addition to the convenience of this direct connection to their Cloud Drive from your app, customers also benefit from the reliability and safety of the underlying AWS platform on which Cloud Drive is constructed.
When you connect your users to their own Cloud Drive storage, you can preserve and protect their app data without having to build an online data management system of your own. Cloud Drive is built to be robust and to scale transparently, so you never have to worry about availability or performance. The Cloud Drive API doesn’t impose any restrictions on file type, so your app can work with all kinds of content.
Many app developers have already integrated support for Cloud Drive into their mobile products. You can see some of these on the newly launched Cloud Drive App Gallery page. They include photo print services, content creation and editing apps, and content aggregation apps.
You can also hear first-hand what it’s like to integrate with Cloud Drive. Listen to Jason Toy, CEO of Filepicker, discuss the process and how it added value for their customers.
Check out the Cloud Drive API Documentation for details on how to add Cloud Drive to your mobile apps. There is also a third-party SDK provided by Temboo to get you up and running fast.
-peter (@peterdotgames