Questions tagged [yandex-api]

Web APIs from Russian internet company Yandex (Яндекс), including Maps, Money, Metrica, Direct, Disk, and Webmaster

Yandex (Яндекс, Jandeks) is a Russian search engine and internet company. They provide a set of APIs, mostly s for web developers. The APIs are based on popular Yandex consumer products, including Yandex.Maps, Yandex.Money, Yandex.Metrica, Yandex.Direct, Yandex.Disk, and Yandex.Webmaster.

102 questions
0
votes
0 answers

I have a problem with the yandex translate api

I have two query code examples that return the same error related to the API key, but it is correct. Example of error: code: 16, message: 'The token is invalid', Js const IAM_TOKEN = 'IAM_TOKEN'; const folder_id = 'folder_id'; const…
0
votes
0 answers

How to add externals like in webpack in Next.js 13?

In webpack as I found you can add "externals" to load additional component like modules into applications and import them.As you can see "ymaps3" is used to load external script which has no react wrapper. It is has following webpack demo code: //…
Islom
  • 69
  • 8
0
votes
0 answers

Can't translate text for Android app in Android studio using Yandex Translate API

Class code: @Override protected String doInBackground(Void... voids) { String result = ""; try { URL url = new URL("https://translate.api.cloud.yandex.net/translate/v2/translate"); HttpURLConnection…
0
votes
0 answers

How to upload CSV file with CRM data to Yandex Audience using API in python

I need to upload CSV file using api-audience.yandex.ru but I cannot find a way to write correct POST request. I can get the existing segments by writing in the headers Authorization part but I don't understand how the Content-Disposition works in…
Russo
  • 1
0
votes
0 answers

Yabdex ads android statistics

Statistics in Yandex ads are not updated. The application is in test mode. The application must show rewarded Yandex advertising. Advertising in the app works, but statistics do not come. class RewardedYandexAds( context:Context ):…
Dan Bel
  • 11
  • 1
  • 3
0
votes
1 answer

Zoom map to include all marker points [YMKPoint], YandexMapsMobile Swift?

How can I zoom map to include all marker point into visible area? I have an array of points, was trying to configure BoundingBox(), but have no idea how to set/find southWest and northEast values from [YMKPoint]. .cameraPosition(with:…
Artem
  • 1
0
votes
1 answer

How to make an upload method for a large file to Yandex Cloud Serverless function to be called on it?

So I want to have no personal server infrastructure. I want to have a HTTP API roun t a user can upload a file into (2GB+) so that: File would be stored to object storedge for 3 days A serverless function would be called on it So how to make an…
DuckQueen
  • 772
  • 10
  • 62
  • 134
0
votes
1 answer

Yandex MapKit Inflation crash

I am trying to implement Yandex MapKit in my app, but unfortunately it crashes immediately with the following error: 2022-06-07 15:05:48.838 23491-23491/sbs.pros.parking E/AndroidRuntime: FATAL EXCEPTION: main Process: sbs.pros.parking, PID:…
0
votes
1 answer

yandex xml api keeping saying Request limit exceed

on 22.12.20 I got email from yandex.webmaster from January 27:0 query. i try find hour limit for 24 hour then i got 0 0 value, i can't use a single…
Mohsin Shoukat
  • 1,190
  • 1
  • 13
  • 22
0
votes
1 answer

API authorization 401 problem (only JS via browsers) - how to fix?

I need to get (any) OK-response from Yandex SpeechKit.API. I got API-KEY (valid) and successfully used it and received responses via NodeJS and even GitBash (see links to screens below). But browsers show me 401: There're rules for API requests:…
0
votes
1 answer

How to set fixed sizes of objects on the Yandex JS Api map?

I use objects on the map, such as circles (Circle) and I need their size to remain constant as the map is zoomed in. Is there a way to achieve this result? Below is the code where objects of the "Circle" type are created, with a radius of 1000…
Kiten
  • 985
  • 2
  • 17
  • 35
0
votes
2 answers

How to build a route on yandex maps in react via react-yandex-maps

i'm trying to build a route in yandex maps, if use vanilla JS there are no problems but in react-app it doesn't work. I tryed to do it like in these…
tatar88t
  • 54
  • 6
0
votes
1 answer

I am making activity that translate 1 language to another(eng-french).Everything is working fine except i have to click button many times to work

In my activity, I want to take voice input when we click imageView and convert into text and display it in textfield and after we press button it converts it into french(currently it is fixed) and display it in textfield2. I am using yandex…
0
votes
1 answer

Getting coordinates from Yandex Map API Geocoder via multi-geocoder in NodeJs

I need to get coordidinates of set of addresses to display them on Yandex Map widget. There a lot of addresses, so I am going to get coordinates on the nodejs serverside. I have found package multi-geocoder, that looks exactly the solution for me.…
KozhevnikovDmitry
  • 1,660
  • 12
  • 27
0
votes
1 answer

How to embed Yandex.Maps on flexbox?

How to embed Yandex.Maps on flexbox? I tried to do it , but if you change the browser window width -- width of the map increases ( it appears the horizontal scrolling). https://jsfiddle.net/khusamov/91ownd3j/31/ html { width: 100%; height:…
Khusamov Sukhrob
  • 681
  • 1
  • 8
  • 22