Movedigital.mobiles.createMobile

From MoveDigital Docs

Table of contents

Arguments

Calls are POSTed to http://www.movedigital.com/services/rest/ and should include the following arguments

  • method (required) - Must be set to: movedigital.mobiles.createMobile
  • userid (required) - The userid of the MoveDigital account.
  • sessionid (required) - The sessionid for the current session.
  • session (required) - The current session value for this sessionid.
  • fileid (required) - The id of the file for which you wish to create a mobile stream.

Example Responses

  • Success
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
	<method>movedigital.mobiles.createMobile</method>
	<format>rest</format>
	<messages>
		<message msg="Your mobile encoding request has been queued.  You will be emailed when it completes." />
	</messages>
</rsp>
  • Error
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
	<method>movedigital.mobiles.createMobile</method>
	<errors>
		<error code="83" msg="The item you selected is not a file.  You can only mobilize files." />
	</errors>
</rsp>

Warn Codes

  • 1 - File format unrecognized. Will try to encode anyway.

Error Codes

  • 83 - File not found.
  • 93 - File is inactive.
  • 94 - Mobile stream already exists.
  • 99 - User not signed in.
  • 106 - Some data was missing or invalid.
  • 108 - Internal error.
  • 109 - Service is currently unavailable.

Live REST Demo

Navigation