Authenticate own Google account for Blogger API with Java
问题 I want to write a bot that posts local files to Google Blogger. I will be the only one using this application, so I don't need to setup a user friendly authentication routine. I spent an evening trying to set things up and I'm still struggling with the OAuth requests. I created a new Google app project (type: installed desktop app) and added the Blogger API as scope, then I exported a client secret file for my own account (google-credentials.json, see below). Code: try { HttpTransport