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!!!!!!!