How to get an access to Google Drive API service account from web browser

后端 未结 1 1630
名媛妹妹
名媛妹妹 2021-01-03 15:21

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

相关标签:
1条回答
  • 2021-01-03 16:06

    You may like to take a look at JWT JavaScript implementations such as jwt-js [1] to reimplement the service account auth flow [2].

    1. https://github.com/michaelrhanson/jwt-js
    2. https://developers.google.com/accounts/docs/OAuth2ServiceAccount
    0 讨论(0)
提交回复
热议问题