GetUsageInfo Method
Gets the total space allowed and used.
Object Oriented Interface
public function doGetUsageInfo();
Procedural Interface
incloudstorage_dropbox_do_getusageinfo($res);
Remarks
This method retrieves information about the amount of space currently used, and the total allocated space. After calling this method the following properties will be populated:
The remaining space may be calculated by subtracting UsedSpace from TotalSpace.