Questions tagged [copy]
Questions related to copying documents or list items from one list / library to another list / library.
37 questions
0 votes
1 answer
160 views
Migrated documents are not the same size
I recently performed a migration between sites. It was a bit of a manual process in terms of developing using the client object model in C#. Essentially, for each file, I retrieved the memory stream ...
0 votes
0 answers
67 views
External User can't "Copy to/Move to" other site - SharePoint Online
For some reason, external users can't "Copy to/Move to" another site. They have Write permissions in both sites. When they try to search for more sites it doesn't show anything: When I try ...
0 votes
2 answers
4k views
Copy files from a document library without losing Version History
I have the next scenario: I have to select a particular version from a file from a Source Document Library and copy that file along with it's version history. All previous versions before the selected ...
1 vote
0 answers
98 views
SharePoint 2019 javascript SP.MoveCopyUtil.copyFile not working across site collections
In SharePoint 2016, I was happily surprised to benefit new javascript functions available in SharePoint : SP.MoveCopyUtil.* to get out of the hell of copying files in SharePoint. The following peace ...
0 votes
2 answers
84 views
Why does SharePoint 2016 Copy option only show Base URL of the Library?
Example: Click the ellipses next to a document twice and select copy. The Copy window appears and only the base library URL appears in Destination. Users are not happy manually appending a document ...
0 votes
3 answers
2k views
Copy item and information from lookup column to another list
I have 2 SharePoint lists. I have List A which is list of types of devices (make, model, etc.) and List B which contains an inventory (serial number, computer names, ip address, etc.) List B has a ...
0 votes
1 answer
789 views
SPO - Unable to copy/move document set to another library on the same site
I'm unable to move and/or copy Document sets from a library to another library on the same site. When I select Move-To/Copy-To the current library is selected automatically and I'm unable to select ...
0 votes
1 answer
71 views
How to transfer data from one list to another and then update it automatically
Just a little background on how the problem originated - we've been running a bunch of tables on local drives and decided to move them to sharepoint in order to work with those tables simultaniously ...