We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be an issue with the file name encoding using the create_attachment_for_task function.
python-asana library version = 3.0.0
Giving the param file_name some greek characters, the filename of the attachment file uploaded to Asana has wrong encoding.
Example Request:
client.attachments.create_attachment_for_task( task_id=data['task_id'], file_content=attachment, file_name='τεστ συνημμένο', file_content_type=attachment.content_type, opt_pretty=True )
Asana attachment filename stored:
Ï�εÏ�Ï� Ï�Ï�νημμÎνο
Note that posting the same request using Postman, the attachment filename is stored with the correct encoding in the Asana task.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be an issue with the file name encoding using the create_attachment_for_task function.
python-asana library version = 3.0.0
Giving the param file_name some greek characters, the filename of the attachment file uploaded to Asana has wrong encoding.
Example Request:
Asana attachment filename stored:
Ï�εÏ�Ï� Ï�Ï�νημμÎνο
Note that posting the same request using Postman, the attachment filename is stored with the correct encoding in the Asana task.
The text was updated successfully, but these errors were encountered: