oxidecomputer / oxidecomputer/third-party-api-clients
No option to pass required fields when getting file metadata
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 150
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
When trying to get metadata, I can't pass fields to the request, so the api doesn't return the data and everything in the File struct that is returned is just default values. I've tried this on the google api explorer, and it works just fine. I'd be completely happy to write this and make a pull request for it, but I can't tell whether this repository is dead or not, in which case there isn't much point in bothering.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Files.get documentation and compare its request parameters with the Google Drive API explorer example using the fields parameter. Trace the generated client entry point and its request construction; done means callers can request selected metadata fields and the returned File values are populated accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100