I granted access to certain users by their emails on my bucket, hosted on Google Cloud Storage. (like... jane@gmail.com). however, whenever that person is logged in to their gmail account on chrome, they can't access the file. it just says permission denied. what's going on?
the link i'm using is something like: http://storage.googleapis.com/my-bucket/my-object
and on my dashboard, i've DEFINITELY configured their gmail accounts to be able to access my bucket (and also even specific files).
i also tried to use the gsutil tool, as such:
gsutil acl ch -u jane@gmail.com:R gs://finance-marketing
but i keep getting some code 401 Login Required
message. am i misunderstanding something? do specific users have to all download gsutil and grant themselves access somehow?