You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "nandorsoma (via GitHub)" <gi...@apache.org> on 2023/03/27 15:31:00 UTC

[GitHub] [nifi] nandorsoma commented on a diff in pull request #7058: NIFI-11266 PutGoogleDrive, ListGoogleDrive, FetchGoogleDrive can't ac…

nandorsoma commented on code in PR #7058:
URL: https://github.com/apache/nifi/pull/7058#discussion_r1149424157


##########
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/drive/PutGoogleDrive.java:
##########
@@ -187,7 +187,7 @@ public class PutGoogleDrive extends AbstractProcessor implements GoogleDriveTrai
             REL_FAILURE
     )));
 
-    public static final String MULTIPART_UPLOAD_URL = "https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart";
+    public static final String MULTIPART_UPLOAD_URL = "https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart&supportsAllDrives=true";

Review Comment:
   This doesn't seem to be right that we need to include that flag while `.setSupportsAllDrives(true)` is already set on the `driveRequest`. Could you open a ticket for the Drive API team to investigate it?



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org