You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On version 0.3.2, might have to update. This worked for me -
import AsyncHTTPClient
var sheet: Spreadsheet!
let httpClient = HTTPClient(eventLoopGroupProvider: .createNew)
MyVariables.sheet = try .get(spreadsheetId, using: authFactory, client: httpClient).wait ()
I am creating an empty HTTPClient with the module AsyncHTTPClient, and using it for the client argument. Note: This for spreadsheets, but I think it should be same for other uses too but change this line var sheet: Spreadsheet!.
Hello,
I followed the example in the README.md, but I am getting this error:
Not sure what I need to do? (I am using version 0.1.0)
The text was updated successfully, but these errors were encountered: