Justin Cooney

Web Development Tips and Examples

Tag: SharePoint

  • Recently while I was putting together a HTTP REST call to get some information from SharePoint 2016 (on-premise) document library I ran into some problems with the length of the call. Specifically I got the dreaded: The length of the URL for this request exceeds the configures maxUrlLength value. That’s the basic problem with HTTP…

  • Before I go into details, you should know that I got this working using out of the box SharePoint 2016 on-prem running Designer 2013 and using a 2013 Workflow. Nothing extra was needed, copying files to different folders can be done with out of the box Designer 2013 workflow features. This was music to my…