You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.