Blog

+91-8171144903

1-855-257-5251

Products

×

How to Create a Client ID and Client Secret in Yandex?


  • 1. Log in to your Yandex account.
  • 2. After logging in, open the Create App page from the Yandex OAuth section.
  • 3. Enter the name of your application and, if required, upload an application icon.
  • 4. Select Web Services as the application platform and add the redirect URL: http://localhost:3000/

5. Under Data Access, select the appropriate access permissions. In addition to accessing user files, the application can use the folder of the app. Enable the following permissions:

  • Write access on Yandex Disk (cloud_api:disk.write)
  • Read access to Yandex Disk (cloud_api:disk.read)
  • Access to the folder on Yandex Disk (cloud_api:disk.app_folder)
  • Access to information about Yandex Disk (cloud_api:disk.info)
  • 6. Enter your contact email address.
  • 7. Click Create app at the bottom of the page. After the application is created, its description will appear on the screen. Copy the application ID from the ClientID field, as it is required to paste in the software.