hi guys. good day
I am the owner and creator of an App in google's developer console. I've
enabled google sheets api, created a credential.
so using this code, I'm able to get a return object containing the sheet Id
and other stuffs.
Dim service = New SheetsService(New BaseClientService.Initializer() With
{
.HttpClientInitializer = credential,
.ApplicationName = ApplicationName
})
Dim requestBody = New Google.Apis.Sheets.v4.Data.Spreadsheet()
Dim request = service.Spreadsheets.Create(requestBody)
Dim r = request.Execute()
Response.Write(Newtonsoft.Json.JsonConvert.SerializeObject(r))
now, What I don't get is where to locate the file? When I go to
sheets.google.com, I don't see it in the list ?
second question is , how do I set a title when creating the spreadsheet? or at
least, edit the title by supplying the sheet id ?
any help is greatly appreciated
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/dd7a800d-d993-4d5f-9b27-35bec138295c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.