#I'm a noob to UGS and http in general, I
1 messages · Page 1 of 1 (latest)
Yes it should work fine
Authorization: Bearer $AccessToken
In this case it's just the access token you've received from the token service api, no keyid/secret required
Thanks for the reply
I'm trying to follow the steps here but I'm thinking this is actually just one step in the token exchange api process, and I'm misinterpreting it as a "here is one way to authenticate, also there is the token option"
I think that's for the admin apis, while you are trying to use the cloud code game api to run cloud code scripts with a service account.
I've only tried with the token service api for cloud code and can confirm that works with how I've mentioned it above
Ahh I understand now, thanks