strahl

Results 2 comments of strahl

Hi @harsheel87, I stumbled upon the same issue. In my case I forgot the explicitly set the project id. And as `get_workitem` is more forgiving and runs without the project...

I looked into it with a debugger and found the `--unsafe` option which fixed the parse exception. Here the output from the debug console at the exception [Utils.java line 208](https://github.com/TeWu/GmailAttachmentsExtractor/blob/6f12965b6fe21dbeeee9b366cb636493098a4a24/src/main/java/pl/geek/tewu/gmail_attachments_extractor/Utils.java#L210):...