刚刚安装了一个插件,以节省我的时间上传许多图片从我的谷歌驱动器到一个新客户的网站。它已经正确安装,我已经在控制台中为此创建了一个API,并且它仍然在下面标记这个问题。
我补充了-
在Google平台上,我只需将Google驱动器链接到网站上的Wordpress媒体插件即可。
屏幕截图

Authorization Error
Error 400: redirect_uri_mismatch
The JavaScript origin in the request, http://studiotwo-co-uk.stackstaging.com, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/${your_client_id}?project=${your_project_number} to update the authorized JavaScript origins.发布于 2021-06-23 13:44:41
如消息所述,您需要转到为您的项目,并在JavaScript原产地部分,您应该添加
http://studiotwo-co-uk.stackstaging.com
没有它,您的应用程序将无法工作,它需要知道代码从哪里运行。
我有一个视频,它解释了这个错误以及如何修复它。不匹配javascript源Quick。
https://stackoverflow.com/questions/68097791
复制相似问题