Fixed
Status Update
Comments
ko...@idimension.net <ko...@idimension.net> #2
noticed that if I leave dataStudio.authType out of the manifest altogether it works just fine... this is still a bug and clearly incorrect behavior, but at least there's a workaround.
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered: When I try to save appscript.json with dataStudio.authType: ["PATH_USER_PASS"] it will not save and throws the error message:
Somehow PATH_USER_PASS appears to have been removed from the AuthType enum???
What you expected to happen: the file to save and the connector to work... given that "PATH_USER_PASS" is a supported AuthType as indicated here and here and also here
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):