简体   繁体   中英

How can I access to https://storage.googleapis.com/download.tensorflow.org/models/inceptions5h.zip

As far as I know, $ wget https://storage.googleapis.com/download.tensorflow.org/models/inceptions5h.zip should allow me to do so, but I get the following error:

Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.220.208, 2404:6800:4005:80d::2010 Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.220.208|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-05-02 16:05:23 ERROR 403: Forbidden.

Your request doesn't appear to be authenticated.

cloudstorage.ForbiddenError This error (403) indicates that the user was not authorized by Google Cloud Storage to make the request.

The various possible causes for this error are listed in the Google Cloud Storage error documentation for 403-Forbidden. A common source of this error is that the bucket permissions (bucket ACL) are not set properly to allow your app access. See Google Cloud Storage Authentication for information on setting up access.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM