Jason Rollins

Results 78 comments of Jason Rollins

templateID is hard coded for the generic template's provided by Microsoft. I'm not sure if you can create a new Sharepoint site with a template that you yourself created. I'll...

So I've add some Site functions to try to solve this issue: site.get_form_collection, site.get_list_templates, site.get_site_templates. But. Alas, I don't think it can be done as far as I can see...

I see what you're doing there. That looks good. I think we can just keep it in the getuser function since we know it will get called on initialization. You...

I'm not really familiar with SharePoint authentication to be honest. This is a bit beyond my understanding. I don't think I can help.

I'm pretty sure you can have access to a subsite without access to the main site. I'm not an experienced SharePoint admin so I can explain how to do this.

There is, but it kinda sucks. I've started working on this problems a bunch of times, but I can never figure out how to make the code clean enough to...

This does not look like a valid url to me. Is this a link to a local file on your computer? On Thu, Oct 1, 2020 at 9:00 AM aquilano76...

Authentication is working for some and not others. I'm not sure how to help with debugging this issue. Let me know if you determine the cause.

Thanks for the feedback. Hopefully this helps others.

I don't explicitly parse forms. You can use debug=True to get the full returned response to see if the data is present. If so, you could email the response to...