当前位置:网站首页>uniCloud 未能获取当前用户信息:30205 | 当前用户为匿名身份
uniCloud 未能获取当前用户信息:30205 | 当前用户为匿名身份
2022-08-02 14:03:00 【星沉大海@T】
最近在使用uniapp云开发,用到了 unicloud-db
组件,但在组件的数据请求却拉不到数据,看接口返回如下错误:未能获取当前用户信息:30205 | 当前用户为匿名身份
然后检查了一遍,排查了dcloud账号,云空间关联,均未发现问题,最后看了下 uniCloud-aliyun/database/diary.schema.json
配置发现是 permission
权限配置问题,这里需要根据需要设置增删改查 create/delete/update/read
的权限,true
为开启。
{
"bsonType": "object",
"required": [],
"permission": {
"read": true,
"create": true,
"update": true,
"delete": true
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
}
}
}
边栏推荐
猜你喜欢
Briefly write about the use and experience of PPOCRLabel
【ROS】工控机的软件包不编译
[ROS] (01) Create ROS workspace
动手学ocr(一)
Deep learning framework pytorch rapid development and actual combat chapter4
二级指针,数组指针,指针数组和函数指针
[ROS] (02) Create & compile ROS package Package
The specific operation process of cloud GPU (Hengyuan cloud) training
利用c语言实现对键盘输入的一串字符的各类字符的计数
static关键字3种作用,简单粗暴对比,好理解
随机推荐
[ROS] (05) ROS Communication - Node, Nodes & Master
window10下半自动标注
猜数字游戏,猜错10次关机(srand、rand、time)随机数生成三板斧(详细讲解!不懂问我!)
drf view component
[ROS] Compiling packages packages encounters slow progress or stuck, use swap
Flask-RESTful request response and SQLAlchemy foundation
YOLOv7使用云GPU训练自己的数据集
浅浅写一下PPOCRLabel的使用及体验
drf序列化器-Serializer
使用云GPU+pycharm训练模型实现后台跑程序、自动保存训练结果、服务器自动关机
Introduction and use of Haystack
8576 顺序线性表的基本操作
Hands-on OCR (1)
第十一单元 序列化器
Creating seven NiuYun Flask project complete and let cloud
瑞吉外卖笔记——第08讲读写分离
PHP open source customer service system _ online customer service source code PHP
C语言日记 7 输入/输出格式控制
St. Regis Takeaway Notes - Lecture 10 Swagger
初识c语言指针