#include int main() { YandexDiskClient yandex("TOKEN"); auto quota = yandex.getQuotaInfo(); return 0; }