ErrorFolderNotFound: No subfolder with name "***" #1157
Replies: 4 comments 2 replies
-
For what it's worth, public folders stopped working for us on 1/7. Worked fine on 1/6. I tried different versions of exchangelib and got the same outcome-- the public folder root has no children, even though the M365 tenant has public folders (and exchangelib worked fine with them previously). I suspect something may have changed on the M365 end. |
Beta Was this translation helpful? Give feedback.
-
We can confirm this issue. It also stopped working in the first days of January 2023. We first suspected the cause was the depreciation of other authenfication methods, so we updated to oAuth2 (see Microsoft documentation). The account has permissions to the public folder structure and worked at least until end of 2022. After setting this up, the Error was still the same. Sample code:
Result:
We are using the current up to date version of the libary ( v4.9.0) Any help/hint is appreciated |
Beta Was this translation helpful? Give feedback.
-
I created a Issue for this topic, see #1160 |
Beta Was this translation helpful? Give feedback.
-
For us it is working again, I assume Microsoft "fixed" something..I also updated/closed the issue I opened ( #1160 ) |
Beta Was this translation helpful? Give feedback.
-
I am getting the above Error when attempting to access emails in a subfolder within Public Folders even though the subfolder exists. It has worked with no issues for months until yesterday. Please find at the bottom the code snippet as well as the error message snippet. Any insight on what could be causing that would be greatly appreciated.
Also going off an issue I came across (that may be related) here, https://stackoverflow.com/questions/52145707/python-exchangelib-how-to-access-public-folders. If I run "account.public_folder_root.absolute" I get '/IPM_SUBTREE'.
Let me know if more details are needed. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions