simssons2
5 years agoReel Rookie
how do I retrieve "channel_data" from roku cloud
Hi!
I want to retrieve data from roku cloud using "getChannelCred" command.
I have two devices(premiere, stick) linked to the same roku account.
I can retrieve "channel_data" from roku cloud with the device I stored data with.
onGetChannelCred()
{ "channel_data" : "myToken", "error" : null, "roku_pucid" : "the same string", "token_type" : "urn:roku:pucid:token_type:pucid_token" }
But it's empty when I get with the other device
onGetChannelCred() { "channel_data" : "", "error" : null, "roku_pucid" : "the same string", "token_type" : "urn:roku:pucid:token_type:pucid_token" }
Why is that? I can get the same "roku_pucid" from both devices.. but no "channel_data"
it doesn't work for sideloaded channel and unpublished channel?
Thank you in advance!