Nathan Thorpe
Nathan Thorpe
Can you post the configuration you are using with the secrets omitted?
Yeah you just need to download the `credentials.json` file and then have it available in the container and it should work. What does your config look like?
If you are running from a notebook, I would expect that you'd use the `get_dmarc_reports_from_mbox` function directly and not use the config file or really anything from `cli.py`. In that...
Not currently, you have to make a conditional access policy that excludes the account. There is a way to do Device Code Authentication, if that is useful I can implement...
could be related to `Mail.ReadWrite.Shared` permission. Are you logging on as another user?
This error `Mailbox Error: 'value'` came up in another issue but I haven't been able to replicate it. I'm curious as to how that issue happens. Try deleting the .token...
Oh ok I will do some more testing in the next couple of days to see if I can reproduce that error. I am actually using client secret auth with...
Oh yeah for shared mailboxes you need to add them to a mail-enabled security group. I just have a shared mailbox called [email protected] that is a member of a mail...
I think I found the issue with value, if you don't have a batch_size in the config it throws that error. I will make a PR to fix. In the...
ClientSecret does bypass the cache so might be good to try. I was able to reproduce that error after 10 messages. Currently investigating...