Hi, How i can upload a spreadsheet with public access?
I use this code:
DocumentsService myService = new DocumentsService("exampleCo-exampleApp-1");
myService.setUserCredentials(user, password);
DocumentEntry newEntry = myService.UploadDocument(file, "Upload");
Thank's
