当我尝试上传我的扩展程序时,每次都会出现问题“上传您的文件时出现问题。请重试。”。在错误下方有提示“出于安全目的,需要在您的帐户上启用两步验证。”。我已经启用了两步验证,但每次我尝试上传时都会弹出错误,我该如何解决这个问题?
我的清单:
{
"manifest_version": 3,
"name": "*NAME*",
"version": "1.6",
"description": "*DESCRIPTION*",
"permissions": ["activeTab", "tabs", "scripting", "declarativeContent"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img/icon.png"
},
"icons": {
"16": "img/icon.png",
"48": "img/icon.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": ["*LINK*"],
"js": ["content.js"]
}
]
}
我已经尝试清理cookie、进入隐身模式、切换设备,但没有任何帮助:(
转到这里:https://myaccount.google.com/security 向下滚动转到此选项卡 您如何登录 Google 找到 2fa 您可能已经添加了手机,但也从这里打开添加身份验证器应用程序