8000 AccessToken declined · Issue #388 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content
AccessToken declined #388
Closed
Closed
@Guest007

Description

@Guest007

Version: 6.5.2

Code Snippet

ipm_grant = ChatGrant(
                    service_sid="IS3308....."
                )
token = AccessToken(
                account="ACfc......",
                key_sid="SKf5b.....",
                key_secret="pbv3x......",
                [ipm_grant],
                identity="Dsp:4:7",
                ttl=600
            ).to_jwt()

Got well token. But:

Exception/Log

Client's requests (from JS and Android's actual tools) returns

{"message":"The authorization with Token failed","code":2016,"user_error":false,"params":{"description":"Could not authenticate fpa token"}}

Couple of days before all worked.
Where can be a trouble? Some changes in API? Wrong AccessToken creation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0