From a56c7ad3f5ae7493810620e6d59de6d73651d4fb Mon Sep 17 00:00:00 2001 From: Rajnish Mishra <47335719+darajnish@users.noreply.github.com> Date: Fri, 18 Dec 2020 12:35:56 +0530 Subject: [PATCH] Update ResumableUpload.java --- ResumableUpload.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResumableUpload.java b/ResumableUpload.java index 19c48d4..a17e371 100644 --- a/ResumableUpload.java +++ b/ResumableUpload.java @@ -179,7 +179,7 @@ public class ResumableUpload * @param text Text to upload * @throws IOException */ - public void uploadString(Credential credential, com.google.api.services.drive.model.File jsonStructure, String text) throws IOException, UploadFileException + public static void uploadString(Credential credential, com.google.api.services.drive.model.File jsonStructure, String text) throws IOException, UploadFileException { String sessionUrl = requestUploadUrl(credential, jsonStructure);