GetCloudFoldersInfo

 

Request URL

GET https://use.cloudshare.com/API/v2/Env/GetCloudFoldersInfo?UserApiId=<id>&token=<token>&timestamp=<time>&HMAC=<signature>

Parameters

None.


Response example


{
    "data": {
        "host": "folders.cloudshare.com", 
        "password": "XXXX", 
        "private_folder_name": "Cloud Folder", 
        "quota_in_use_gb": "4.08", 
        "total_quota_gb": "30", 
        "uri": "ftp://david@AA.com:xxxx@folders.cloudshare.com/", 
        "user": "a@b.com"
    }, 
    "remaining_api_calls": 100000, 
    "status_additional_data": null, 
    "status_code": "0x20000", 
    "status_text": "Success"
}