I am in a position to integrate a system with google docs. So far, i implemented the OAuth Mechanizm tokens,sessions etc. Now i can reach google's apis if a user gives permmision once without requiring any re-login. Now this is the workflow that i try to manage.
UserGivesPermission -> Creates a word,spreadsheet or presentation doc through my app -> Saves it to Drive.
This process has to completed without leaving my app and any login page. To do this user must work on google's editors of course. My problem is that how can i forward a user to google's editors and make user save it, then return saved docs id, label etc.
Thanks for any help.