You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the public workspaces that I have READER access (terracontest/TOSC19-idap) can't be accessed with the avworkflows function. Can someone help me to resolve this issue? Thanks!
> all_workspaces <- AnVIL::avworkspaces()
> ind <- grep("terracontest", all_workspaces$namespace)
> all_workspaces[ind,]
# A tibble: 1 × 5
name lastModified createdBy namespace accessLevel
<chr> <date> <chr> <chr> <chr>
1 TOSC19-idap 2021-07-15 [email protected] terracontest READER
> all_workflows <- AnVIL::avworkflows(namespace = all_workspaces$namespace[ind], name = all_workspaces$name[ind])
Error: 'avworkflows' failed:
Not Found (HTTP 404).
workspace terracontest/TOSC19-idap does not exist or you do not have permission to use it
The text was updated successfully, but these errors were encountered:
One of the public workspaces that I have READER access (
terracontest/TOSC19-idap
) can't be accessed with theavworkflows
function. Can someone help me to resolve this issue? Thanks!The text was updated successfully, but these errors were encountered: