Thanks for your reply. It doesn't seem that I have permission to use the reply privately to author, even after setting gmail as the handler for mailto. I followed the instruction here,
https://support.google.com/a/users/answer/9308783?hl=en, set my Windows setting for default mail application as chrome, and restarted my computer. Is there another set of instruction I should follow to have the permission?
In the meantime, I'm using the c# library and here's the response header when I use the TraceUtilities class. It doesn't seem to contain sensitive info:
Response
--------
Headers: {
"request-id": "PdWDMfaB85bFxnmfvZKX1w",
"date": "Wed, 29 Jul 2020 14:51:49 GMT",
"alt-svc": "h3-29=\":443\"; ma=2592000,h3-27=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
"google.ads.googleads.v4.errors.googleadsfailure-bin": "CiwKA4gBAhIlQXV0aGVudGljYXRpb24gb2YgdGhlIHJlcXVlc3QgZmFpbGVkLg==",
"grpc-status-details-bin": "CBAS1wFSZXF1ZXN0IGlzIG1pc3NpbmcgcmVxdWlyZWQgYXV0aGVudGljYXRpb24gY3JlZGVudGlhbC4gRXhwZWN0ZWQgT0F1dGggMiBhY2Nlc3MgdG9rZW4sIGxvZ2luIGNvb2tpZSBvciBvdGhlciB2YWxpZCBhdXRoZW50aWNhdGlvbiBjcmVkZW50aWFsLiBTZWUgaHR0cHM6Ly9kZXZlbG9wZXJzLmdvb2dsZS5jb20vaWRlbnRpdHkvc2lnbi1pbi93ZWIvZGV2Y29uc29sZS1wcm9qZWN0Lhp1CkN0eXBlLmdvb2dsZWFwaXMuY29tL2dvb2dsZS5hZHMuZ29vZ2xlYWRzLnY0LmVycm9ycy5Hb29nbGVBZHNGYWlsdXJlEi4KLAoDiAECEiVBdXRoZW50aWNhdGlvbiBvZiB0aGUgcmVxdWVzdCBmYWlsZWQu"
}
Fault: {
"StatusCode": 16,
"RequestId": "PdWDMfaB85bFxnmfvZKX1w",
"Failure": {
"errors": [
{
"errorCode": {
"authenticationError": "AUTHENTICATION_ERROR"
},
"message": "Authentication of the request failed."
}
]
}
}