Would like to know if it is possible to copy the zip files created and stored in the /arcgis/home directory of AGO Notebook to a local directiory using ArcGIS Pro Notebook. The procedures are as followed:
Input 1
from arcgis.gis import GIS
import datetime as dt
gis = GIS('home')
Input 2 ? (Connect and query content in the AGO notebook directory /arcgis/home and loop through to get items [])
Input 3 ? (Download items [] to folder (ie. C:\Backups)