-
Notifications
You must be signed in to change notification settings - Fork 211
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
Self link and media link missing #758
Comments
I'm quite dependent on this feature in my code :) Having the links available for verification in my tests would be awesome! The links themselfs could be totally fake or dead for my purposes. In other words, they don't have to work. |
Hey, thanks for opening this issue. Do you know what they're usually set to? I can dig into the docs/run some real examples if not. |
https://cloud.google.com/storage/docs/json_api/v1/objects I believe SelfLink is the link to the object in the bucket, which, if I open it in a browser, will be downloaded. |
Ohh interesting. Does that mean that it is not set for all objects? |
I guess we don't need to care, we can just send the bytes with the appropriate Contet-Type and let the browser decide what to do with that. For download we can do that + set Content-Disposition (or whatever the name of the header that forces download is). |
I'm facing the same issue today. This is not a blocker for me but it would be a real plus if the |
Any update on this? |
Also facing the same issue, various clients for GCS don't work without this field because they assume its mandatory (and it should be). |
Same issue here, please implement media link so it can be tested, thank you. |
I have obviously encountered the same issue. Perhaps #1524 helps everyone here, as it helps me. However, I've noticed a similar problem (missing attributes that lead to failures in certain client libraries) in the Even though I've hit that similar other error with |
Hello!
Whenever I use the Google storage java sdk to list blobs in a fake-gcs-server bucket, none of the blobs have their "self link" and "media link" populated. I'm assuming this is a bug?
The text was updated successfully, but these errors were encountered: