Hi How do pass the token when using PutString with oAuth2?
e.g.
Dim j As HttpJob
j.Initialize("", Me)
j.PutString("https://sheets.googleapis.com/v4/spreadsheets/1oQ ... ")
How do you add the token to the put request ?
e.g.
Dim j As HttpJob
j.Initialize("", Me)
j.PutString("https://sheets.googleapis.com/v4/spreadsheets/1oQ ... ")
How do you add the token to the put request ?