Open-EO / Open-EO/openeo-python-client

Check support for file upload/listing

Open
#540 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature request good first issue low hanging fruit usability
Dominant language
Python
Stars
217
Forks
56
Avg merge
1d 22h
Merged PRs (30d)
2

Description

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())

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at Connection.upload_file() and inspect how RESTCapabilities.supports_endpoint() is used for /files requests. Confirm the client checks whether file upload or listing is reported in capabilities before attempting those requests, and verify that unsupported endpoints are skipped.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.