当前位置:网站首页>【HMS Core】【FAQ】【Health Kit】运动健康服务常见错误码合集 403、401、1001、20023
【HMS Core】【FAQ】【Health Kit】运动健康服务常见错误码合集 403、401、1001、20023
2022-07-20 14:40:00 【华为开发者论坛】
1.创建数据采集器接口报错 403
【问题原因】
未在联盟官网申请相应的读写权限
【解决方案】
1、在联盟官网申请相应的读写权限
2、申请写权限后,再创建采集器
2.读取数据时结果显示 401
【问题原因】
运动健康的接口不是以客户端模式获取token的,需要使用 授权码模式 获取token
【解决方案】
使用 授权码模式 获取token
3.错误码1001
【问题原因】
次错误码一般由于用户未授权,需要用户打开相关权限
【解决方案】
1、打开相关权限
2、同时确保这个权限申请了:用户也授权了,
4.错误码20023
【问题原因】
一般出现这个错误都是redirect_uri(http → https)与华为开发者联盟中配置回调地址不匹配所导致的
【解决方案】
查看redirect_uri(http → https)与华为开发者联盟中配置回调地址设置是否一致。
更多相关学习资料: https://developer.huawei.com/consumer/cn/forum/topic/0202773902728190392?fid=18?ha_source=zzh |
边栏推荐
- Mysql中的Enum数据类型实例分析
- MySQL全局锁
- 刷题笔记(二十二)--动态规划:基础思想和题目
- Common lithium battery boost IC
- Unity Panel 控件
- 2022 the 14th Nanjing International Smart site exhibition | smart site exhibition
- 二进制数求反(C语言)
- Several ways to open SAP Hana Database Explorer in different locations
- 「USACO2006NOV」Corn Fields 题解
- Understanding of Zhongtai
猜你喜欢
Compréhension approfondie de la haute concurrence
MySQL password modification (teach you by hand)
财务RPA机器人赋能企业,开启智能新时代
KusionStack 开源|Kusion 模型库和工具链的探索实践
[unity basics] common attributes and APIs in GameObject, a basic game unit
Qt连接mysql并操作数据库(最清晰)
分布式系统中数据存储方案实践
(homework) C language: Simulation of memory functions memmove and memcpy
Mysql中的Enum数据类型实例分析
【组成原理 五 系统总线】
随机推荐
【组成原理 五 系统总线】
PyTorch 结构重参数化 RepVGGBlock
Kotlin function magic – lambda expression
Gap Locks(间隙锁)
2022 the 15th Nanjing international industrial automation and industrial robots Exhibition
vscode安装及配置
Educational Codeforces Round 89 (Rated for Div. 2)ABC题解
About Zend_ parse_ Parameters function
微处理器原理之数值转换练习与解答
The fourth training exercise of Jixie C language
(homework) C language questions: structural alignment number, bit segment, Consortium
A specific example of using SAP ui5 system testing tool uiveri5
Several ways to open SAP Hana Database Explorer in different locations
MySQL显式锁
RC串、并联选频网络特性的硬件分析与详解
js 验证只能输入数字和一个小数点
此 Visual 未连接到 PresentationSource。
高並發的深入理解
One of the learning tutorials of SAP Hana cloud: how to create an instance of SAP Hana cloud on SAP BTP
Unity Slider滑动条开发