Google Drive API V3-需要登录401错误

问题描述 投票:0回答:1

我正在尝试连接用Laravel编写的Web应用程序以与Google Drive连接。我使用Flysystem Adapter。不幸的是,我陷入了以下错误。它当前正在我的本地环境中运行。在创建oAuth凭据时,我选择了Desktop App。它显示401错误?我添加了客户端ID,客户端密钥,参考令牌和文件夹ID。

    Google_Service_Exception
    { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", 
    "locationType": "header", "location": "Authorization" } ], "code": 401, "message": "Login 
    Required" } }

感谢您的任何帮助。

laravel oauth google-drive-api
1个回答
0
投票

问题出在缓存上。我清除并优化了缓存,一切正常!

© www.soinside.com 2019 - 2024. All rights reserved.