1 2 3 4 5 6 7
#include <YandexDiskClient.h> int main() { YandexDiskClient yandex("TOKEN"); auto quota = yandex.getQuotaInfo(); return 0; }