I am writing a python script that checks for a dataset before deleting the previous output. I have found that arcpy.Exists returns true if a dataset exists regardless of whether the user has permissions to that dataset.
Is there a way to check that the dataset exists AND that the specific user established in the sde connection file actually has permission to that dataset in python?
Trevor