What information can I expect to be returned in GetStorageSpace?

Interested in a particular user's storage space. Send this XML to our API:

<?xml version="1.0"?>
<query>
    <userid>[UserID]</userid>
    <userkey>[UserKey]</userkey>
    <action>GetStorageSpace</action>
    <action_user_id>[ActionUserID]</action_user_id>
</query>

The response that you'll receive in is GB as follows:

<?xml version="1.0"?>
<response>
    <action>getstoragespace</action>
    <status>Success</status>
    <result>
        <user_id>[UserID]</user_id>
        <gb>[Storage Space]</gb>
    </result>
</response>
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.00 out of 5)
Loading...

edchelp