Hello!
I have a flow for Telegram bot with three functions:
- we wait when user send a message with data
- we create a new file on Google Drive with with this data
- we send this file from Google Drive to a user
I’m get error when try to send a file from Google Drive, but a file is succesful created on Drive and a file_id
is correct:
"Bad Request: wrong remote file identifier specified: Wrong string length"
How to fix it?