soetheman

Results 4 comments of soetheman

At line 94 I replaced: var file = folder.createFile(attachment); with: var fileName = attachment.getName(); var f = folder.getFilesByName(fileName); var file = f.hasNext() ? f.next() : folder.createFile(attachment); However my Gmail2Gdrive script...

@chaoscreater Thank you for your feedback. Did some more testing (*) with the Gmail2Gdrive script and noticed that several file system related issues arise: - Multiple files with the same...

Andreas, Could you comment on this issue? Thx, regards, Paul,

Andreas, We created a config file for this test containing the following three processing rules: 1. Store all .jpg attachments from [email protected] to the folder "Graphics" 2. Store all.JPG attachments...