📜 ⬆️ ⬇️

New features of Yandex.Disk API

Some time ago we opened the Yandex.Disk API . Today, the documentation has been replenished with two new methods: the publication of files placed on the Disk, and the receipt of change notifications .
On the basis of the available documentation, it is now possible to create programs and applications not only for storing and synchronizing data, but also for publishing them. Using the API, you can generate a public link to any file uploaded to Yandex.Disk , or return it to personal status.
Thanks to change alerts, your program will be able to receive information about loading and deleting files, creating and deleting directories, as well as changing the amount of available space. Alerts are implemented using the XMPP protocol . To receive notifications, you must first configure the connection to the server , and then subscribe to change notifications.
Create programs and applications based on the Disk API and do not forget to tell us about them!

')

Source: https://habr.com/ru/post/149381/


All Articles