So, I was tasked with adding multiple calendars to multiple users.
Running GAM 6.07
*all scopes pass
*reset oauth just in case
I started with creating a .csv
looking like this;
owner,target
etc
ran it with;
gam csv calendr.csv gam user ~owner add calendar ~target
and to my suprise it gave me this;
Using 25 processes...
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
ERROR: 404: Not Found - notFound
with some
ERROR: 500: None - 500
thrown in
About half of the calendars in the commands actually ended up on the users accs.
Thinking it was something in the csv I double checked with a single command
ERROR: 404: Not Found - notFound
does not work for that user
works fine for myself.
What am I doing wrong?