-
Notifications
You must be signed in to change notification settings - Fork 86
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
Query properties leads to KeyError-Exception #27
Comments
Replace the {} with () and try.
/gam user ***@***.*** show filelist fields id,properties query "properties has ( key='CloudMigrator-Version' and value='3.15.5.0' )"
Ross
--
ross.scroggs@gmail.com
… On Oct 17, 2019, at 11:14 PM, Jan Almeroth ***@***.***> wrote:
I tried to query the following, which perfectly works in API-Explorer, but leads to a KeyError-Exception in GAMADV-XTD3:
./gam user ***@***.*** show filelist fields id,properties query "properties has { key='CloudMigrator-Version' and value='3.15.5.0' }"
Getting all Drive Files/Folders that match query ('me' in owners and properties has { key='CloudMigrator-Version' and value='3.15.5.0' }) for ***@***.***
Traceback (most recent call last):
File "gam.py", line 41948, in ProcessGAMCommand
File "gam.py", line 31631, in printFileList
File "gam.py", line 3566, in _processGAPIpagesResult
KeyError: " key='CloudMigrator-Version' and value='3"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#27?email_source=notifications&email_token=ACCTYL6QPXC67XBQUU63R5DQPFH2TA5CNFSM4JCC75QKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSU2SDA>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACCTYL3W46Z62MT7FHXKOKTQPFH2TANCNFSM4JCC75QA>.
|
() now work in 4.95.11 Test and report. Thanks, Ross |
Using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to query the following, which perfectly works in API-Explorer, but leads to a KeyError-Exception in GAMADV-XTD3:
The text was updated successfully, but these errors were encountered: