收藏
回答

云开发新错误-501010,tmp secret key not exsit

框架类型 问题类型 终端类型 AppID 基础库版本
小程序 Bug 工具 wx8b77fb25a10b2781 2.6.6

- -501010 有谁遇到过吗,求解答,我换了个appid就没这个问题

1、Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID , cloud function service error code -501010, error message new tmp secret key not exsit; at cloud.callFunction api; 



2、WAService.js:1 Uncaught (in promise) Error: errCode: -501010  | errMsg: tmp secret key not exist



3、示例代码:

var db = wx.cloud.database()

db.collection('test').get().then(res => {

    console.log(res.data)

})


最后一次编辑于  2019-04-21
回答关注问题邀请回答
收藏

2 个回答

  • astro
    astro
    2019-04-24

    云开发新错误-501010,tmp secret key not exsit

    这个问题我也遇到了。 。。。 不知道楼主有没有解决?

    2019-04-24
    有用 1
    回复 4
    • 2019-04-25

      我换个appid就可以了,你的账号有做微信认证没?

      2019-04-25
      回复
    • astro
      astro
      2019-04-25回复

      做过认证的 。 如果不好用了。 不就浪费了吗>>?? 微信公众平台上的ID又不好删除取消 。

      2019-04-25
      回复
    • 2019-07-04回复

      APPID 怎么换?

      2019-07-04
      回复
    • 2019-07-04回复

      APPID 怎么换?

      2019-07-04
      回复
  • frank
    frank
    2020-09-28

    可以把本地调试窗口关掉试试看,我的就是怎么解决的。

    2020-09-28
    有用
    回复
登录 后发表内容