我想使用Google drive API使用上传按钮上传文件。我有一个网络应用程序,使用 Laravel API 和 mongodb 的后端构建,前端是 angularJs 。我希望如果用户上传文件。文件上传到公司的谷歌驱动器帐户而不是用户的谷歌驱动器帐户(如谷歌文件选择器等)我是API的初学者,所以请建议我。我能做什么?
答案 0 :(得分:2)
我们可以使用服务帐户将文件上传到公司帐户。
引用链接:https://developers.google.com/accounts/docs/OAuth2ServiceAccount
服务帐户有其自身的局限性。
有关替代方法,请参阅此链接:How do I authorise an app (web or installed) without user intervention? (canonical ?)