How do I set the name of a feature service so it displays in ArcGIS Online when publishing from the Python API?

296
0
03-11-2018 10:45 AM
GregStevenson
New Contributor III

I have the following code snippet to publish a feature service from a file gdb:

new_service = my_fgdb.publish(publish_parameters={"name":"great_name"})

this creates a service, with the name "great_name". But what displays in My Content in ArcGIS Online is a feature service with the name of the file gdb. Is there a publish parameter that does this? I have not been able to find one in the documentation.

0 Kudos
0 Replies