Hi!
I have taken a course on updating real-time data with python. Toward the latter part of the course i was supposed to update an online feature service in a web map. However, i encountered a FileNotFound error when i ran the script in the python command prompt:
"FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\user\\AppData\\Local\\Temp\\tmpfesd0bnq\\p20\\live.gdb'"
I need help on how to fix it.
Attached is the script I've written.
Thank you.