Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error message shown in "validate_full_path" when not authenticated #232

Closed
davecap opened this issue Feb 12, 2018 · 0 comments
Closed

Comments

@davecap
Copy link
Member

davecap commented Feb 12, 2018

Example:

import solvebio
solvebio.api_key = None
SolveClient(token=None).Object.validate_full_path("~/asdf")

Exception: Could not determine vault from "~/asdf". Full path must be in one of the following formats: "vault:/path", "domain:vault:/path", or "~/path"
@davecap davecap changed the title Fix error message shown in "get_or_create_by_full_path" when not authenticated Fix error message shown in "validate_full_path" when not authenticated Feb 12, 2018
davecap added a commit that referenced this issue Feb 12, 2018
fix client pass-through for object path validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant