You aren't signed in     Sign In    Help

flickr.people.getUploadStatus

Returns information for the calling user related to photo uploads.

Authentication

This method requires authentication with 'read' permission.

Arguments

api_key (Required)
Your API application key. See here for more details.

Example Response

<user id="12037949754@N01" ispro="1">
	<username>Bees</username> 
	<bandwidth
		maxbytes="2147483648" maxkb="2097152"
		usedbytes="383724" usedkb="374"
		remainingbytes="2147099924" remainingkb="2096777"
	 /> 
	<filesize
		maxbytes="10485760" maxkb="10240"
	/> 
	<sets
		created="27"
		remaining="lots"
	/>
</user>

Bandwidth and filesize numbers are provided in bytes and kilobytes. If you're using 32bit numbers, stick to using the kilobyte values - they shouldn't ever exceed 2/4 billion, while the byte values will.

Bandwidth is specified in bytes/kb per month.

Pro accounts display "lots" for the number of remaining sets, since they have unlimited sets. Free accounts will display either 3, 2, 1, or 0.

Error Codes

96: Invalid signature
The passed signature was invalid.
97: Missing signature
The call required signing but no signature was sent.
98: Login failed / Invalid auth token
The login details or auth token passed were invalid.
99: User not logged in / Insufficient permissions
The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions.
100: Invalid API Key
The API key passed was not valid or has expired.
105: Service currently unavailable
The requested service is temporarily unavailable.
111: Format "xxx" not found
The requested response format was not found.
112: Method "xxx" not found
The requested method was not found.
114: Invalid SOAP envelope
The SOAP envelope send in the request could not be parsed.
115: Invalid XML-RPC Method Call
The XML-RPC request document could not be parsed.

API Explorer

API Explorer : flickr.people.getUploadStatus