Skip to end of banner
Go to start of banner

How to Download All Attachments for a Space

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

One Space

Replace XYZ with your space and tempdir with the directory you want to put the attachments in.

--action runFromAttachmentList --space XYZ  --common "--action getAttachment --id @pageId@ --name \"@attachment@\" --file tempdir" --continue

All Spaces

Replace tempdir with the directory you want to put the attachments in.

--action runFromAttachmentList --space @all  --common "--action getAttachment --id @pageId@ --name \"@attachment@\" --file tempdir" --continue
  • No labels