When using the Create spreadsheet node with a service account, I am receiving a permission denied error. Could it be that it is not working with the service account?
Hello @jabbson, thanks for your reply. Drive & Sheets API is enabled on GCP side. And we cannot configure any API-specific permissions for service accounts. I can read an existing sheet/document. I think that if there were a permission problem, I wouldn’t be able to read it. That’s why I don’t think it makes sense.
Additionally, when I manually use the HTTP Request node with API endpoints such as https://www.googleapis.com/drive/v3/files, I am getting quota error instead of a permission error. (btw, the account has quota and this is another frustrating issue.)