Hi,
since one year i use a small "tool" to upload my files to DB periodically.
Getting used space works fine too, but how can i request the total quota / remaining free space?
Dim box = Await dbx.GetSpaceUsageAsync()
But i dont see a suitable namespace / attribute to get my needed value.
I just checked the documentation but the allocation object doenst have some like quota or free space.
Can anybody help me out?
Best regards
Boris