Hi folks,
I was having a problem where authentication would work fine, and listing all projects with
p <- a$project(complete = TRUE) worked fine, but then I was not able to retrieve a project with
p <- a$project("project_name") even though it was listed and populated and I had permission to see it.
However I spot-checked "old" projects and realized that p <- a$project("project_name", complete = TRUE) did work to retrieve my project, which was project #126 for us (that is, larger than the 100 automatically retrieved without complete = TRUE)
This extra parameter is not mentioned in the references with "Get a project by pattern-matching its name" so I assume it is unintended behavior. Thanks!
Hi folks,
I was having a problem where authentication would work fine, and listing all projects with
p <- a$project(complete = TRUE)worked fine, but then I was not able to retrieve a project withp <- a$project("project_name")even though it was listed and populated and I had permission to see it.However I spot-checked "old" projects and realized that
p <- a$project("project_name", complete = TRUE)did work to retrieve my project, which was project #126 for us (that is, larger than the 100 automatically retrieved withoutcomplete = TRUE)This extra parameter is not mentioned in the references with "Get a project by pattern-matching its name" so I assume it is unintended behavior. Thanks!