openeo-python-client
openeo-python-client copied to clipboard
Check support for file upload/listing
a user tried to use Connection.upload_file()
but that failed with [404] NotFound: ...
Client should not even attempt to do /files
requests if these are not reported in capabilities
(e.g. see RESTCapabilities.supports_endpoint()
)