Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying Object in GCS #10758

Open
Praveen019283 opened this issue Jun 12, 2023 · 0 comments
Open

Copying Object in GCS #10758

Praveen019283 opened this issue Jun 12, 2023 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@Praveen019283
Copy link

I am trying to copy object(image) using GoogleApi.Storage.V1.Api.Objects.storage_objects_copy from one bucket to another
Getting error : Unsupported content with type: application/octet-stream

I tried to change the contentType from application/octet-stream to image/jpeg. It was successful.
When i query object by using GoogleApi.Storage.V1.Api.Objects.storage_objects_get, i can verify about content Type being image/jpeg.

Still when i try to copy object, it throws above error..

@Praveen019283 Praveen019283 added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

1 participant