I have spring+maven based java application having rest web service. For each call to this rest webservice, I want my application to upload a file to my google drive account.
I found this.
How can I authentication account before uploading in my application? Do I need Google OAuth2.0 for web application server application? or Authentication method in quick start guide for java will do for my application? I am new to OAuth.
Is there any complete guide on google drive authentication and using drive APIs?
What is the difference between google Oauth2.0 for installed app and google Oauth2.0 for web application server? When should I use each?