I am working on a PHP (Yii2) extension that uses DirectoryInterface and we can configure multiple adapters for that interface and DropboxAdapter is one of them i am working on.
I need to get the size of the folder using the API , i was looking into the Dropbox API Explorer and couldnt find any thing relative to the folder size. The `get_metadata()` does not have the size property in it for folders but files only. Same goes for the folder Modified or creation date.
Is it only me who cant find it or it does not exist at all which will be ODD to know.