Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access or download Word2Vec Embeddings for Patent Landscaping #91

Open
damtuanminh opened this issue Mar 18, 2024 · 2 comments

Comments

@damtuanminh
Copy link

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!

@hucorz
Copy link

hucorz commented May 23, 2024

have you solve the problem? same problem, thanks for your reply

@simonboland
Copy link

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

bucket = client.bucket('patent_landscapes')
is not accessible. It is possible make this available some other way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants