Skip to main content
Nintex Community Menu Bar

copy docbib folder with items to file share

  • November 16, 2015
  • 2 replies
  • 9 views

Forum|alt.badge.img+1

Hi,
i have tried to use the copy to file share action to copy a folder with items from a docbib to a file share but it doesnt work.

it works only with a single documents in a docbib and not with folders.

do i something wrong? is there another way i can do that?

geetings

tom

2 replies

Forum|alt.badge.img+17
  • Nintex Partner
  • December 30, 2015

No you didn't do anything wrong. It seems that the SharePoint copy web service will only copy files. There are a few examples to moving just files, but you already have that working. I didn't see anything to do folders using REST or other means either.

See another example

Re: Copy documents from Document Set to Folder

[Site Url]/_api/web/folders/GetByUrl('DocSetA')/Files/getbyurl('doc1.docx')/copyTo(strNewUrl='[siteurl]/DocSetB/folderB/doc2.docx',bOverWrite=true)


Forum|alt.badge.img+11
  • Scholar
  • November 9, 2016

Hi

Did Andrew's suggestion help you? Please mark the response as correct if it helped you solve the issue so others on the community can benefit from it.