in generate/resources/__init__.py [0:0]
def which_node(self, node):
if not node or node == "/" or node.startswith("organizations/"):
return "organization"
if node.startswith("/") or node.startswith("folders/"):
return "folder"
return "project"