From b8f2a75faa98964a3218ab01b948028e97a84507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Mon, 20 Dec 2021 11:08:15 +0800 Subject: [PATCH] docs: uniCloud faq --- docs/uniCloud/faq.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/uniCloud/faq.md b/docs/uniCloud/faq.md index 0567d7ed4..47d761406 100644 --- a/docs/uniCloud/faq.md +++ b/docs/uniCloud/faq.md @@ -409,4 +409,8 @@ let's encrypt于2021年9月30日根证书过期并切换到新版根证书。详 await uniCloud.httpclient.request('https://xxx.com/get', { rejectUnauthorized: false }) - ``` \ No newline at end of file + ``` + +### 调用云函数时出现“Unauthenticated access is denied”@access-denied + +如使用腾讯云作为服务商,出现此问题时请检查前端是否有执行clearStorage操作。clearStorage会清理掉腾讯云设置的token,导致请求云函数报错。 \ No newline at end of file -- GitLab