What will be solution? Once upload file or image to google cloud and try to view file or image on web page unable to fetch image from google cloud storage and getting error.
i saved file url that on getting once upload the file from on google the google cloud.
var result= storage.UploadObject(BucketName, $"{baseUrl}/{objectName}", "application/x-directory", valStream);
result.SelfLink
and binding this url at image control from local database