Missing OAuth user token but token is added to the header

That would suggest you made this request with an “App Access Token” aka “Client Credentials”

Instead of a “user access token”

You used the wrong kind of authentication token

Create Clip

Requires a token that ID’s a user. The token you used has no user attached to it, a a user is needed to “own” the clip.

1 Like