Search code examples
pythonproject-lib

Permission Denied: Only authenticated user can access this private project


I'm trying to use project_lib in a python notebook and getting the following error running the cell that is inserted automatically by using the "insert project token" option:

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"}

I’m using the spark beta ‘environment’.

Any ideas what might be going wrong?


Solution

  • it seems that hummingbird environments (default spark environments) in specific have an old and outdated version of the lib preinstalled. I will open a ticket to upgrade the version of the lib on Hummingbird.