You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Alex, I run into an error when I almost finished downloading data from OpenAlex. It said 'An error occurred (404) when calling the HeadObject operation: Not Found'. I am reaching out to ask what is wrong with it?
Below is my code:
df_features_to_keep = ['affiliations', 'authors', 'publications', 'references','publicationauthoraffiliation', 'fields'] # keep everything besides the abstracts
Hi Alex, I run into an error when I almost finished downloading data from OpenAlex. It said 'An error occurred (404) when calling the HeadObject operation: Not Found'. I am reaching out to ask what is wrong with it?
Below is my code:
df_features_to_keep = ['affiliations', 'authors', 'publications', 'references','publicationauthoraffiliation', 'fields'] # keep everything besides the abstracts
myoa.download_from_source(rewrite_existing = False, dataframe_list=df_features_to_keep)
The text was updated successfully, but these errors were encountered: