Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка отправки ссылки на PDF-файлы / Error sending link to PDF files #452

Closed
lent0s opened this issue Mar 15, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@lent0s
Copy link

lent0s commented Mar 15, 2024

Требуется:
Исправить механизм отправки сообщения с прямой ссылкой на PDF-файл (sendMessage)

Уровень:
API

Обходное решение:

  • установить параметр linkPreview в значение false
  • отправлять файл методом sendFileByUpload
  • отправлять файл методом sendFileByUrl
  • загрузить файл в облако методом uploadFile и, используя полученную ссылку, отправить его методом sendFileByUrl

Required:
Fix the mechanism for sending a message with a direct link to a PDF file

Level:
API

Workaround:

  • set the linkPreview parameter to false
  • send a file using the sendFileByUpload method
  • send a file using the sendFileByUrl method
  • upload a file to the cloud using the uploadFile method and, using the received link, send it using the sendFileByUrl method
@EscHelpNew EscHelpNew added this to the Release 26 milestone Mar 19, 2024
@EscHelpNew EscHelpNew added the bug Something isn't working label Mar 19, 2024
@EscHelpNew
Copy link
Collaborator

Исправлено в рамках релиза 5.44.26.41 от 15.05.2024


Fixed as part of release 5.44.26.41 dated 05.15.2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants