koltyakov / gosip

⚡️ SharePoint SDK for Go
https://go.spflow.com
MIT License
140 stars 32 forks source link

Copy and move some item inside document library #39

Closed MisterFredy closed 1 year ago

MisterFredy commented 3 years ago

maybe we can improve with copy and move

this is reference https://www.sharepointed.com/2018/06/copy-or-move-folder-structure-in-sharepoint-using-csom/ in CSOM

koltyakov commented 3 years ago

Thanks, some methods are implemented, such as File.CopyTo and File.MoveTo. Will take a look if some additional methods from the suggested list can be added (via REST calls). CSOM API can be used, though I try minifying cases with CSOM as it's harder to maintain.

MisterFredy commented 3 years ago

thanks