Skip to content

Video upload status GET request is broken #260

Open
@ben-gooding-hub

Description

@ben-gooding-hub

I pass the correct parameters for checking the status for a video upload as:

 $cb->media_upload([
                    'command' => 'STATUS',
                    'media_id' => $mediaId,
]);

"message" : "media parameter is missing."

as the response, but trying what should be an identical call in postman gets the correct response of it finished either successfully or fail, rather than missing parameter.

My only thought is it is probably trying a POST request when it should be a GET request.

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