-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I am having a problem when querying https://fngw-mcp-gc-livefn.ol.epicgames.com/fortnite/api/game/v2/profile/{account_id}/client/QueryProfile
params = { "profileId": "common_core", "rvn": -1}
# Headers for the request to the MCP API
headers_mcp = {
"Authorization": f "Bearer {access_token}",
{ "Content-Type": "application/json",
}
data_mcp = {
"profileRevision": 1,
"profileId": "common_core",
"accountId": account_id,
"commandRevision": 0,
"payload": "{}"
}
I'm getting a response:
errorMessage" : "Sorry your login does not possess the permissions 'fortnite:profile:934917462ee24c9cbc114092c0159a93:commands ALL' needed to perform the requested operation",
Does this mean that my client does not have the permissions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels