Andreas Hochsteger
Andreas Hochsteger
I've move the proposal to a separate issue, please comment here: https://github.com/ahochsteger/gmail2gdrive/issues/28
@jboggs326, if I understand you correctly you want to take a PDF attached to an email of a thread and add more pages to the PDF that contains the entire...
@matt-jon35 I'm not sure but maybe handling different revisions requires to use the advanced Drive API: https://developers.google.com/drive/api/v3/reference/revisions Here's a StackOverflow question that deals with that issue in the context of...
@matt-jon35 yes, I've started a complete re-write using a state-of-the-art development setup (NPM dependency management, test automation, Typescript, ...) in the v2 branch, but it is not yet in a...
@aorborc is this still the case for you using the latest version? The referenced [line 104](https://github.com/ahochsteger/gmail2gdrive/blob/de534b5f6e1f67ddda416e82d2fb45781b46b16e/Code.gs#L104) (this is a link that goes back in history to the version you were...
@chaoscreater, @zrichmond, @msyed16 do you still see this behavior? If not, how could you solve it? If you still observe that behavior, can you check, if the related emails are...
@chaoscreater I appreciate a lot you taking time to describe in detail the issue and your solution for it -although you don't use it anymore. It helps me a lot...
@akashgurnani do you still get that error? If so, it would be helpful to post the logs and config here. If not, it would be great to know how you...
@ottonet, do you know if the PDF functionality you originally implemented is capable of including embedded images in the emails? From looking at the code it fully depends on the...
I think the main problem is, that the default Gmail Service always returns threads and not messages as a search result, thus also processing other mails that should not have...