I'm trying to use a link to a secure API (with a token) to upload data directly to ArcGIS from online.
So far, I've just tried uploading the data through this method:
"Map" tab in the top ribbon -> "Add Data" -> "Data from Path" -> Paste in URL from API with token.
But this method hasn't worked (just results in a warning stating "Failed to create layer from <link>"). I don't have enough experience with ArcGIS or API software to know what might be going wrong.
Any tips or things I might be doing wrong? Do I need a Python code to complete something like that?