在上的沉淀分析示例笔记本中,当我访问关联对象存储上的数据文件时,会收到以下错误消息:
<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
在以下代码之后引发错误:
content_string = get_file_content(credentials)
precipitation_df = pd.read_csv(content_string)
precipitation_df.head()发布于 2016-03-10 09:48:00
造成此问题的原因是蓝光对象存储V3的增强。有关解决方案和更多信息,请参见此处:
https://stackoverflow.com/questions/35912857
复制相似问题