Skip to content

Error request QueryProfile #154

@roman3222

Description

@roman3222

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions