Skip to contents

Get the upload/processing status of a media item

Usage

get_post_media_status(client, media_id)

Arguments

client

A mixi2_client object created by mixi2_client().

media_id

Media ID returned by initiate_post_media_upload().

Value

A list with a status field. Possible values: "STATUS_UPLOAD_PENDING", "STATUS_PROCESSING", "STATUS_COMPLETED", "STATUS_FAILED".