我正在尝试project_lib
在 python 笔记本中使用,并在运行使用“插入项目令牌”选项自动插入的单元格时出现以下错误:
ERROR:__PROJECT_LIB__:ProjectAPIProxy__get_project():
unexpected response status:
{"code":401,
"error":"Unauthorized",
"reason":"Permission Denied: Only authenticated user can access this private project.",
"message":"Access denied"}
我正在使用 spark beta '环境'。
有什么想法可能会出错吗?