Hi,
When trying to use the Spatially Enabled Dataframe via a Jupyter Notebook:
sdf = pd.DataFrame.spatial.from_layer(featLayer)
sdf
I get the following error:
Exception: Could not load the dataset: Token Required
Token Required
(Error Code: 499)
My authentication to ArcGIS Online is OK, I can search and use content via the same authentication, but when i try the sdf, this error appears - does anyone have any suggestions?