-
Notifications
You must be signed in to change notification settings - Fork 708
Open
@moseisleydk
Description
Using this;
`attachments = confluence.download_attachments_from_page(confluence_page_id, path=directory)
with os.scandir(directory) as entries:
for entry in entries:
if entry.is_file():
attach_file_to_page(parent_url + "/spaces/" + slug + "/pages/WebHome",entry.path,entry.name)`
and
attachments % ls -l 57245722 | wc -l
gives 50
As the download_attachments_from_page dont have pagination that is a problem.
Metadata
Metadata
Assignees
Labels
No labels