https://github.com/ConservationMetrics/gc-scripts-hub/blob/89f90ebdd4ce5d4aa3f030a8e2df97c6cf39e499/f/connectors/arcgis/arcgis_download_feature_layer_anonymously.py#L435 In a run, where the folder_name was "export" the response was: ```json [ "outputs/yyy/xxx.geojson" ] ``` where `yyy` was the `service_id`, and `xxx` was the layer name of the id referred by the only value in the layer_index_list. It should have been: ```json [ "export/xxx.geojson" ] ```