How to upload file on google drive from my website?

后端 未结 1 1995
予麋鹿
予麋鹿 2021-01-14 07:54

I want to use the Google drive API to upload files using my web app with an upload button. The back-end of the app is built with Laravel API and mon

相关标签:
1条回答
  • 2021-01-14 08:33

    You can use a service account and Google OAuth 2.0 to upload files to a company account.

    reference link : https://developers.google.com/accounts/docs/OAuth2ServiceAccount

    A service Account does have limitations.

    For an alternative approach refer to this link : How do I authorise an app (web or installed) without user intervention?

    0 讨论(0)
提交回复
热议问题