Jason Rollins

Results 78 comments of Jason Rollins

Interesting. Top notch work on this. Do you have any suggestions on improving the syntax for these queries?

@gwsampso Can you describe the query you are trying to run?

I'm not all that knowledgeable on how GitHub works. I'll have to do some research myself. The contributions I have currently come from pull requests in GitHub. The last big...

Ok done. Let me know how it works. I think you should be able to do so with a pull request, but I have no problem adding you.

If your user field is a SharePoint user, you need to use the specific user that SharePoint stores for that database. I think it isn't just the name of the...

I know that some SharePoint fields add the '#' character for some purpose. I can't say for certain but that's probably the issue. I'll look into figuring this out.

Do you have any strange characters in your user name or password? The Office365 authentication user xml.sax.saxutils.escape() to clean up special characters, but maybe it is interfering?

Do you have any special characters in your username and password? On Wed, Apr 15, 2020 at 8:43 AM Odair Vaz wrote: > Hello everyone, > I'm trying to upload...

Can you try version 0.4.5 and see if that one works?

Try setting verify_ssl=False in your site object. Site(verify_ssl=False) On Tue, Apr 28, 2020, 1:00 AM vennamanand1 wrote: > please help > > — > You are receiving this because you...