I use \"Service account\" method for using Google Drive API. I need to get an access to my storage through Web browser to make a folder structure and have an ability to chan
You may like to take a look at JWT JavaScript implementations such as jwt-js [1] to reimplement the service account auth flow [2].