We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51dc71 commit 3b9a159Copy full SHA for 3b9a159
1 file changed
OpenFlowNodeRED/src/nodered/nodes/googleauth_nodes.ts
@@ -17,7 +17,7 @@ function GetGoogleAuthClient(config: Igoogleauth_credentials): any {
17
}
18
if (!NoderedUtil.IsNullEmpty(config.serviceaccount)) {
19
result.auth = new GoogleAuth({
20
- scopes: config.scopes,
+ scopes: config.scopes.split(",").join(" "),
21
credentials: config.serviceaccount
22
});
23
0 commit comments