Click here to Skip to main content
15,888,329 members

Comments by RAHUL(10217975) (Top 59 by date)

RAHUL(10217975) 7-Aug-23 5:51am View    
I checked in the console.logs, json data has expected values, and it was calling proper request method as well unfornately request.form is empty.
RAHUL(10217975) 3-Jun-21 13:21pm View    
Thanks for the suggestion, I tried this with below code:

client.Connect("outlook.office365.com", 993, true);
client.Authenticate("commonmailbox@mycompany.com", "mypass");

It throws Login failed exception. I am using https://outlook.office.com/mail/inbox
And I could see ouath2 being called so no sure whether we have any API's that will
authenticate my account
RAHUL(10217975) 31-May-21 5:15am View    
okay, I have access to that file and I can create folder too. Not sure why 403 error wile trying from Python.
Any suggestions would be great, thanks!
RAHUL(10217975) 22-May-21 8:34am View    
Indeed!
result is 0 records
RAHUL(10217975) 21-May-21 14:12pm View    
Query works fine in mysql query editor. But same query returns 0 result in python