-
Notifications
You must be signed in to change notification settings - Fork 84
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- version: google-cloud-storage-2.40.1.jar
- Java version: 21.0.2
What I want to do using Java API and how it works currently using frontend?
I want to clear (set null
) attribute Content-Disposition
.
If I left empty Content-Disposition
field in following form, then reading value of Blob#getContentDisposition
I get null
.
Javadoc says that it should be possible using update
method:
Steps to reproduce
Current behavior
contentDisposition
value didn't change.
Expected behavior
contentDisposition
value should be cleared (set to null
).
Debugging
reezom
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.