tried to create an exchange code (https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange) and im getting this error:
{"errorCode":"errors.com.epicgames.common.missing_permission","errorMessage":"Sorry your login does not posses the permissions 'account:oauth:exchangeTokenCode CREATE' needed to perform the requested operation","messageVars":["account:oauth:exchangeTokenCode","CREATE"],"numericErrorCode":1023,"originatingService":"com.epicgames.account.public","intent":"prod"}
also tried to make a request to this api (https://fngw-mcp-gc-livefn.ol.epicgames.com/fortnite/api/game/v2/profile/fbec52b969644409a011a18851311dd6/client/common_public) but getting the same error
{
"errorCode" : "errors.com.epicgames.common.missing_permission",
"errorMessage" : "Sorry your login does not posses the permissions 'fortnite:profile:accountId:commands ALL' needed to perform the requested operation",
"messageVars" : [ "fortnite:profile:fbec52b969644409a011a18851311dd6:commands", "ALL" ],
"numericErrorCode" : 1023,
"originatingService" : "fortnite",
"intent" : "prod-live"
}
tried to create an exchange code (https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange) and im getting this error:
{"errorCode":"errors.com.epicgames.common.missing_permission","errorMessage":"Sorry your login does not posses the permissions 'account:oauth:exchangeTokenCode CREATE' needed to perform the requested operation","messageVars":["account:oauth:exchangeTokenCode","CREATE"],"numericErrorCode":1023,"originatingService":"com.epicgames.account.public","intent":"prod"}
also tried to make a request to this api (https://fngw-mcp-gc-livefn.ol.epicgames.com/fortnite/api/game/v2/profile/fbec52b969644409a011a18851311dd6/client/common_public) but getting the same error
{
"errorCode" : "errors.com.epicgames.common.missing_permission",
"errorMessage" : "Sorry your login does not posses the permissions 'fortnite:profile:accountId:commands ALL' needed to perform the requested operation",
"messageVars" : [ "fortnite:profile:fbec52b969644409a011a18851311dd6:commands", "ALL" ],
"numericErrorCode" : 1023,
"originatingService" : "fortnite",
"intent" : "prod-live"
}