<GCP signed url set content disposition to inline>...
# stackoverflow
u
GCP signed url set content disposition to inline I've done a lot of research, and lots of tests before asking this question, as usual, I don't like asking just because. I can't make a signed url using java that displays the file (content-disposition:inline) in the browser. When I do it using the PHP sdk, I have no trouble, I copy and paste the signed url in the browser and the file is displayed in the browser. But when using java for the same file, the file is downloaded. In this <a...