Skip to content

Projects older than 100 not retrieved with a$project(<pattern>) #75

Description

@mfoos

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions