СLI application for using yandex disk
You can simply intstall the application by command:
go install --ldflags="-X github.com/EwvwGeN/yadrive-cli/cmd.userSecret=<your_own_secret>" github.com/EwvwGeN/yadrive-cli@latest
In command you need to pass your secret, that will be used for encripting/decripting file, which store confidential info.
Visit the https://oauth.yandex.com/client/new/id
or https://oauth.yandex.ru/client/new/id
and create new application. Client id and Client secret will be need to get oauth token.
See https://yandex.com/dev/disk-api/doc/en/
comming soon