Mendeley API File ID search ends with response code 0

I am experimenting with the Mendeley API to download and extract documents and files and endpoint problems files/{file_id}. I have a personal Mendeley account, which I use for testing, filled with some PDF documents.

For example, on the API documentation page, if I call

GET /files 

I see all the files that I added, but if I take the id value, then call

GET /files/{file_id}

using identifier e.g.

https://api.mendeley.com:443/files/7b188de2-32a7-f067-51bd-520179e866b8

I get a strange response code 0, response headers {}, response body - "no content". Does this happen with all identifiers from the list of files - is this an error or am I something wrong?

id, 404 Not found, , .

+4
1

Swagger, , - API.

URL- S3, . , Swagger , 0.

; .

+1

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


All Articles