I have read this SO:How upload to MY Google Drive account, not the users
and I found its possible, though I therefore decide not to use a service account and use my own google account's Drive space instead.
However, I found difficulties in understanding the exact steps to achieve this. I read the OAuth2.0, Drive API, and cros-upload sample from Google.
But I do not really know how to proceed to make an upload to MY drive instead of when the user logged in Google+, then it become uploading to their own drive.
I wonder if anyone know exact knowledge I should be obtaining and steps and implementation required to achieve this uploading file from any registered users to MY google Drive with Drive API. I am using PHP as bakend and AngularJS as front-end. So, if that made possible easier with either method or existing lib (which I can't find except Drive's doc on this), will be ideal, but a steps to build one will be wonderful as well.
More detail, in the post I showed on top, the 2nd answer's phrase of "do a one-off auth to get a refresh token, which you will store. You can then use this any time to generate the access token needed to invoke the actual Drive API. You can generate the refresh token using the Oauth Playground, so no need to write any code." get me really not clear exactly the steps that involved and api that I actually should be using to achieve it.
Thank You