简体   繁体   English

云应用程序秘密从bluemix消失了吗?

[英]Cloud app secret disappeared from bluemix?

I can't find Cloud secret app in bluemix dashboard. 我在bluemix仪表板中找不到Cloud Secret应用程序。

I will need cloud secret app to do 2 projects bellow: 我将需要云秘密应用来执行以下两个项目:

bluemixpush: function() {
  console.log("device is ready, let's initialize bluemix!");
  var values = {
    applicationId: "",
    applicationSecret: "<INSERT_APPLICATION_SECRET_HERE>",
    applicationRoute: ""
  }; 

http://pt.slideshare.net/ibmdeveloperworks/blue-list-pushandroid http://pt.slideshare.net/ibmdeveloperworks/blue-list-pushandroid

This link below did not answer the main question. 下面的此链接未回答主要问题。 My questioning that is: Where is Cloud app secret ?? 我的疑问是:云应用程序的秘密在哪里?

[ Not able to find App key and App Secret in Bluemix. [ 无法在Bluemix中找到应用程序密钥和应用程序密钥。 Instead of the those, App GUID is available 除了这些,App GUID可用

And more: I need a tutorial/material about connect Server-Bluemix-Node-RED-JSON with Client-Android 5.0 Lollipop USING websocket 多:我需要有关连接服务器Bluemix节点-RED-JSON教程/材料与客户的Android 5.0棒棒糖 使用的WebSocket

Thank's 谢谢

If you're trying to run (older) BlueMix tutorials with a newer release, see also this SO link: 如果您尝试使用较新的版本运行(较旧的)BlueMix教程,请参见以下SO链接:

Where is the application secret? 应用程序的秘密在哪里?

If you have Mobile Client Access instead of Mobile Application Security then it sounds like you created a MobileFirst Starter Boilerplate (the newest release) rather than a Mobile Cloud Boilerplate (deprecated as of December 15th, 2015). 如果您拥有移动客户端访问权限而不是移动应用程序安全性,那么听起来您创建的是MobileFirst Starter Boilerplate(最新版本),而不是Mobile Cloud Boilerplate(自2015年12月15日起弃用)。

The new services within the MobileFirst Starter Boilerplate do not use the Application Secret for security or validation. MobileFirst Starter Boilerplate中的新服务不使用Application Secret进行安全性或验证。 I would recommend you take a look at that linked deprecation announcement and see what all has changed in the move to the new services and what you as a developer would need to do to migrate your preexisting code. 我建议您查看该链接的弃用声明,并了解在迁移到新服务过程中发生了什么变化,以及作为开发人员来迁移您先前存在的代码需要做什么。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android App可从IBM Bluemix IoT Watson Cloud Platform访问JSON数据 - Android App to access JSON data from IBM Bluemix IoT Watson Cloud Platform 无法在Bluemix中找到App密钥和App Secret。 可以使用App GUID而不是那些 - Not able to find App key and App Secret in Bluemix. Instead of the those, App GUID is available Google Glass App从时间表消失了 - Google Glass App disappeared from timeline 我的应用程序从“平板电脑”谷歌播放中消失但仍可用于手机 - My app disappeared from “tablet” google play but still available for phone 我的应用已从我的设备上的棉花糖更新的Google Play中消失了 - My app disappeared from Google Play with Marshmallow update on my device 从客户端发送firebase云消息而不暴露API密钥 - Send firebase cloud message from client without exposing API secret 应用程序模块在android studio中消失了 - App module disappeared in android studio 来自Android的Facebook身份验证,使用密钥和应用程序ID但不签名 - Facebook authentication from android using secret key and app id but not signature 通过应用程序将文件托管在云上 - Host files on cloud from an app 如何从仪表板获取最新版本的IBM Bluemix android应用程序的应用程序安全性ID? - How to get the Application Security ID for a IBM Bluemix android app from the dashboard in the latest version?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM