Access denied Access granted Authentification Draft Deprecated
upload : getInfo
Last change: 2023-01-20 14:16:19
This is a simple interface to sign in a Kinomap user
Parameter
Value
Description
accessToken
The user access token, if you use it, you must not use login and md5Pwd
chunked
If 1, enable chunk mode for this upload
(Deprecated) - gps_format
Use gpsFormat
gpsFormat
login
The user login (Example: johndoe), or email (Example: johndoe@johndoe.com
(Deprecated) - md5_pwd
Use md5Pwd
md5Pwd
The user password in Md5
(Deprecated) - upload_type
Use uploadType
uploadType
(Deprecated) - video_format
Use videoFormat
videoFormat
token
The token to resume
chunkSize
the chunk size
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/upload/getInfo?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
  • user.accessToken: The access token for the current user. You can save it and use it for the next api call.
  • user.username: The username of the current user (If he use his email to sign in)
  • token: The upload token, use this filename to upload your files
  • url: The url to upload the files
  • host: The host
  • path: The path
  • position: The position to resume an upload
Response : Error / Failed
Response status is replaced by one of the following:
  • INVALID_ACCESS_TOKEN: The access token is invalid or has expired
  • MISSING_FIELD: Mandatory field missing: accessToken or login and md5Pwd
  • INVALID_UPLOAD_TYPE: Available upload type:
  • INVALID_VIDEO_FORMAT: Available video format:
  • INVALID_GPS_FORMAT: Available gps format:
  • ERROR_TO_GET_INFO: Unable to create an upload token
  • UNABLE_SIGN_IN: Unable to sign in the user (accessToken or login and password is incorrect).
Sign in