-
Notifications
You must be signed in to change notification settings - Fork 88
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
When tdlocalcopy
is used with redirect csv ... append
the To Drive copy does not append
#430
Comments
Send me a Meet/Zoom invitation.
Ross
----
Ross Scroggs
***@***.***
… On Aug 8, 2024, at 10:23 AM, stephengale801 ***@***.***> wrote:
First - I'm using todrive_clientaccess, so I know it's already a "special case." Otherwise I would use an add drivefile localfile ... (but the add drivefile does not support clientaccess).
Observation is that the tdlocalcopy in the command does support noheaders append however the todrive copy is only the entry from the output.
Example command:
gam redirect csv ~/gmailusers.csv multiprocess append noheader todrive tdfileid <Spreadsheet_ID> tdupdatesheet tdsheet <SheetName> tdretaintitle print groups select ***@***.*** directmemberscount
Local copy after multiple runs:
image.png (view on web) <https://github.com/user-attachments/assets/4dca1cd3-b2b8-4a31-a3d1-b02c1697d03c>
Drive copy after multiple runs:
image.png (view on web) <https://github.com/user-attachments/assets/915e0af0-1209-4d48-a6a7-7fda65bb7046>
Desired outcome:
The localcopy of the file would be uploaded in place of the specified sheet (not the entire spreadsheet when tdsheet and tdupdatesheet are used).
Additional ask:
If the todrive_clientaccess could be expanded to the Users - Drive - * and Users - Email - * (or an additional configuration paramater made available for oauthuser_clientaccess) it would be greatly appreciated.
Thanks again for all the work you do.
—
Reply to this email directly, view it on GitHub <#430>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACCTYL3GKTKYIANKNJ6R56LZQOSSLAVCNFSM6AAAAABMG5UBA2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TMMRYG44TSNQ>.
You are receiving this because you are subscribed to this thread.
|
Hey Ross, |
Tomorrow morning, I'm in Califonia (PDT) and will be available starting at 7:00AM. I'll be available for a couple of hours and then gone for the day
Ross
----
Ross Scroggs
***@***.***
… On Aug 8, 2024, at 2:10 PM, stephengale801 ***@***.***> wrote:
Hey Ross,
I've been in meetings all day since I submitted this request. Would tomorrow morning or evening be a better for you?
Thanks,
Stephen Gale
—
Reply to this email directly, view it on GitHub <#430 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACCTYL2B52SE4MUC6BNTNPTZQPNFLAVCNFSM6AAAAABMG5UBA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZWGY2TOMBQGE>.
You are receiving this because you commented.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First - I'm using
todrive_clientaccess
, so I know it's already a "special case." Otherwise I would use anadd drivefile localfile ...
(but theadd drivefile
does not supportclientaccess
).Observation is that the tdlocalcopy in the command does support
noheaders append
however the todrive copy is only the entry from the output.Example command:
gam redirect csv ~/gmailusers.csv multiprocess append noheader todrive tdfileid <Spreadsheet_ID> tdupdatesheet tdsheet <SheetName> tdretaintitle print groups select gmailusers@domain directmemberscount
Local copy after multiple runs:
Drive copy after multiple runs:
Desired outcome:
The localcopy of the file would be uploaded in place of the specified sheet (not the entire spreadsheet when
tdsheet
andtdupdatesheet
are used).Additional ask:
If the
todrive_clientaccess
could be expanded to theUsers - Drive - *
andUsers - Email - *
(or an additional configuration paramater made available foroauthuser_clientaccess
) it would be greatly appreciated.Thanks again for all the work you do.
The text was updated successfully, but these errors were encountered: