I want to list all the feature layers for a group, and export them to a csv file.
But I received an authentication error when I try to list the content for the group
(I am not signed into the site. It is a public access site.)
from arcgis.gis import GIS
groups = gis.groups.search('title:Mygroup')
groups
groups1 = groups[0]
groups1.access
groups1.content()