gam print datatransfers status pending ERROR: 400: Invalid Input: [status] - invalid
The issue tracker is for reporting product deficiencies. "How do I?" questions should be posted to the discussion forum at https://groups.google.com/group/google-apps-manager. When in doubt, start at the discussion forum and return here only when instructed to do so.
Please confirm the following:
- I have upgraded to the latest GAM release from https://git.io/gamreleases and I still have this issue.
- GAM 6.11 - https://git.io/gam - pyinstaller Jay Lee [email protected] Python 3.10.0 64-bit final google-api-python-client 2.31.0 Windows 10 10.0.19043 SP0 Multiprocessor Free AMD64
- I am typing the command as described in the GAM Wiki at https://github.com/jay0lee/gam/wiki Yes
Full steps to reproduce the issue:
- Execute the command "gam print datatransfers status pending"
Expected outcome (what are you trying to do?): Per https://github.com/jay0lee/GAM/wiki/Data-Transfers, this command should return any pending data transfers.
Actual outcome (what errors or bad behavior do you see instead?): C:\GAM>gam print datatransfers status pending
ERROR: 400: Invalid Input: [status] - invalid
The error is on Google's side. They seem to no longer accept pending as a possible status. I'd guess requests just start at inProgress and then move to completed or failed. I've updated the wiki.