Excellent. Is just that i wanted.
On Monday, March 26, 2012 6:00:11 PM UTC-5, Claudio Cherubino wrote: > > Hi Jonathan, > > You have to configure the ACLs after you upload the document in order to > share it with all users. > Please check the documentation at: > > > https://developers.google.com/google-apps/documents-list/#managing_sharing_permissions_of_resources_via_access_control_lists_acls > > You can find an example of how to set ACLs with the .NET library in the > following thread: > > > https://groups.google.com/forum/embed/?place=topic%2Fgoogle-documents-list-api%2FhW76zLxSnU4%2Fdiscussion > > Claudio > > On Mon, Mar 26, 2012 at 2:32 PM, Jonathan Sulluchuco Abarca < > [email protected]> wrote: > >> 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 >> > >
