We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running 'box folders:get --as-user= --fields=sync_state'
only the type and ID fields are returned.
expected sync_state which is returned when doing the following in postman
curl -X GET 'https://api.box.com/2.0/folders/?fields=sync_state' -H 'Authorization: Bearer <>' -H 'Postman-Token: <>' -H 'cache-control: no-cache'
I get the result
{ "type": "folder", "id": "<>", "etag": "2", "sync_state": "synced" }
The text was updated successfully, but these errors were encountered:
@TonyHuckle This issue has already been resolved on master with #113 and will be fixed in the next CLI release!
Sorry, something went wrong.
No branches or pull requests
when running 'box folders:get --as-user= --fields=sync_state'
only the type and ID fields are returned.
expected sync_state which is returned when doing the following in postman
curl -X GET
'https://api.box.com/2.0/folders/?fields=sync_state'
-H 'Authorization: Bearer <>'
-H 'Postman-Token: <>'
-H 'cache-control: no-cache'
I get the result
{
"type": "folder",
"id": "<>",
"etag": "2",
"sync_state": "synced"
}
The text was updated successfully, but these errors were encountered: