Incorrect encoding from Google docs to HTTP, get the file,

I set up an AI assistant so that it would take a link from Google Docs from a Telegram bot, download it via HTTP, get the file, and then upload it to Dropbox. It works in general, but at the end it writes the file name in the wrong encoding. Initially, the file name is “Hi. How are u”. And at the end “UTF-8’'Hi.%20How%20are%20u.docx”. In general, how to fix this encoding or text in Make?