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

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.

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.