Skip to content

access_token not working #97

@grippo

Description

@grippo

I'm trying to make curl (bash) request to https://api.thegrid.io

I've already got an access token, walking thru the procedure: open

https://passport.thegrid.io/login/authorize/google?client_id=CLIENT_ID&response_type=code&scope=share,content_management,website_management&redirect_uri=REDIRECT_URI.

That gave me a code. Then

curl --data-urlencode "client_id=CLIENT_ID" --data-urlencode "client_secret=CLIENT_SECRET" --data-urlencode "code=CODE" --data-urlencode "grant_type=authorization_code" -X POST https://passport.thegrid.io/login/authorize/token

That gave me an access_token and a refresh_token.

Now I make an updates GET request, like this

curl -H "Authorization: Bearer ACCESS_TOKEN" -H "Content-Type: application/json" https://api.thegrid.io/updates

and it give me Unauthorized. I'm missing something but can't figure it out. Any help? TIA

Jorge

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