How to use Google Drive Client Library for Java with my homegrown OAUTH 2 Framework for web application?
问题 My web application already does OAUTh authentication successfully with Facebook, LinkedIn, Google etc. using REST and/or signpost-oauth library. So once I already have ACCES_TOKEN from GoogleAPIs server using my web app , I want to use Google Drive Client to access files etc. This is the google Drive example but it relies upon using Google authorization code flow ( which I can't understand well enough to use with my Java EE web app ) // authorization Credential credential = authorize(); //