guochen-code

Results 4 comments of guochen-code

Just curious, how do you handle connection in your code? did you get a new refresh token?

Just some thoughts for your reference, may not be correct. In the documentation, it says: (1) the Connection Class handles the authentication. (2) If your application needs to work for...

If your refresh token is changing. I don't know then :( I haven't implemented by myself. Just started to use O365, but from documentation, if need to manually call that,...

I may fix this issue by change the source code in teams.py. Have to change both for "created" and "last_update": ![image](https://user-images.githubusercontent.com/83231868/185422827-551fbee5-cf17-4afd-95b4-925760127a56.png) At least it is working fine now: ![image](https://user-images.githubusercontent.com/83231868/185423014-3c93c2a7-28de-4773-9abb-0134c5b1015f.png) But...