Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wonder if there is any Google API that allows users to subscribe(or be given a license allowing a limited access period) an application that is developed by Google data APIs.

For example, I want to use Google Spreadsheet API as a database to store films information. A website displays specific film data fetched from the spreadsheet. Only registered and paid user can access those film data. And each license has expiry date. So, I only fetch data from the private spreadsheet via my own Google account. The subscribed users can be non-google users.

I've understood how to create a spreadsheet feed and display them on the browser. To manage the subscribed users, I think I probably need a back end authentication and subscription mechanisms to authorize valid access to the film data.

I've check several Google APIs but couldn't decide which one is useful, e.g., OAuth, Licensing API, Reseller API, and even the services provided by Google Apps for Business?

Thanks in advance!!!!!!!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.