I am integrating google drive files docs,spreadsheets and preasentations with my app. I need some help about alternate link.
Files.get api includes a link called "alternateLink" which opens users file with compatible editor. But when i forward user to link if user is not logged in, google shows login screen before. I am asking about how can i overcome with login screen using OAuth2 mechanizm. Should i set a cookie or smt else ?
Thanks