jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
348 stars 74 forks source link

attachment.save() fails if the file already exists #67

Closed rasa closed 2 years ago

rasa commented 2 years ago

The overwrite check here should be not overwrite:

https://github.com/jeremyephron/simplegmail/blob/e48164525b4573b63f0ef9bbb467c5cee0afa348/simplegmail/attachment.py#L100-L105

rob-smallshire commented 2 years ago

Looks like a duplicate of #56

rasa commented 2 years ago

Looks like a duplicate of #56

@rob-smallshire Correct. Closing.