Open damtuanminh opened 8 months ago
have you solve the problem? same problem, thanks for your reply
Hi @feltenberger , @wetherbeei, I have found the same issue discussed above. I think it's because the Google Cloud Storage bucket for patent_landscapes here https://github.com/google/patents-public-data/blob/d3d08a00e41e411be11b8a1394dd6d84f1312463/models/landscaping/word2vec.py#L54 is not accessible. It is possible make this available some other way?
Hello, I ran into trouble when trying to download the Word2Vec Embeddings from Google Cloud Storage, which output the following error:
The billing account for the owning project is disabled in state absent: ('Request failed with status code', 403, 'Expected one of', <HTTPStatus.OK: 200>, <HTTPStatus.PARTIAL_CONTENT: 206>)
I tried to access the bucket patent_landscapes and it showed the following message: Additional permissions required to list objects in this bucket. Ask a bucket owner to grant you 'storage.objects.list' permission
There were no visible objects in the bucket. I hope someone can help me with the codes or with a copy of the Word2Vec Embeddings.
Thank you in advance!