Hi Roni, Currently this feature is not publicly available, and accessibility is not planned. Please use admin api in the meantime. (https://hub.openrainbow.com/api/admin/index.html#operation/PostUs...
Hi Mahajir, Are you using the right sha256 algorithm ? The following part of code can help you. Regards Vincent --- using System; using System.Text; using System.Security.Cryptography; using IO....
Hi Florian, Did you use a dedicated applicationid for the sandbox environnent ? Regards Vincent
Hi Mahajir, In order to user an application id in production platform, you have to deploy it before. Regards Vincent
Hi Ramunaidu, The attachment feature is coming into Node SDK in 1.46, and the implementation into Node-Red plugin will arrive soon after. Regards Vincent
Hi Florian, Unfortunately the current version 1.44 of our SDK doesn't support Android 8.1, a fix version is planned for the 1.46 delivery in one month. Regards Vincent
Hi Esben, If an URL contains web.openrainbow.com, on click, Android have to suggest either your browser or The Rainbow App. Regards Vincent
Hi Mahajir, thex-rainbow-app-auth is algorithm: Basic <base64encode(appId:sha256(appSecretuserPassword))> appSecret + userPassword -> no space + sha256 + appId + ':' + result of sha256(xxx) + base...
Hi Esben, happy to see that it works ! Thank you for your contribution. We will try to include this support in one of our next version. Regards Vincent
Hi, Official platform and Sandbox platform are 2 different environment, as explain in the documentation ( https://hub.openrainbow.com/#/documentation/doc/hub/developer-sandboxed-platform ). User ac...