mark-bathori commented on code in PR #7058:
URL: https://github.com/apache/nifi/pull/7058#discussion_r1147245058
##########
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/drive/ListGoogleDrive.java:
##########
@@ -194,7 +194,7 @@ public void onScheduled(final ProcessContext context)
throws IOException {
HttpTransport httpTransport = new
ProxyAwareTransportFactory(proxyConfiguration).create();
- driveService = createDriveService(context, httpTransport,
DriveScopes.DRIVE_METADATA_READONLY);
Review Comment:
I think this change is unnecessary. The `DRIVE_METADATA_READONLY` scope
should be enough for the List processor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]