Is it possible to generate an account token without using the account
Hi,
I am trying to write a downlike to my device while using:
const result = await Utils.sendDownlink(acc_token, device_id, {
payload: payload.value,
port: Number(port.value),
confirmed: false,
}
The Utils.sendDownlink commend requires the presence of the account token and not just the account id correct? Utils.sendDownlink(resource: Resources | Account, device_id: string, dn_options: DownlinkOptions)
So does this mean that i have to get the account token from the profile that has the analysis and the device?