-
Notifications
You must be signed in to change notification settings - Fork 6
How to upload a layer to project? #11
Copy link
Copy link
Open
Labels
Support requestUser has a problem and needs helpUser has a problem and needs help
Description
Hello, I am trying to add a layer to project with creation. (I work with several projects and use the same layer). Is is possible to upload a layer (layer.json that I downloaded from another project) with creation of new project?
I am creating a project this way:
from pycaprio import Pycaprio
client = Pycaprio(inception_host, authentication)
new_project = client.api.create_project(
project_name = "My_test_project",
creator_name = "My_name"
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Support requestUser has a problem and needs helpUser has a problem and needs help