We've been using GoogleDrive GEM for one of our features for a long time and everything was working perfectly fine but for a few days while accessing the GoogleDrive API, our system is getting some SSL errors i.e. "SSL_read: shutdown while in init".
We are using the following piece of code to insert the records into the Google Sheet.
session = GoogleDrive::Session.from_service_account_key("json_file")
key = "google_sheet_key"
worksheet = spreadsheet.worksheets.first
worksheet.insert_rows(...)
And while inserting the records into the worksheet this is occurring.
Can you please help us in this regard? If you need any other info then please do let us know.
We've been using GoogleDrive GEM for one of our features for a long time and everything was working perfectly fine but for a few days while accessing the GoogleDrive API, our system is getting some SSL errors i.e. "SSL_read: shutdown while in init".
We are using the following piece of code to insert the records into the Google Sheet.
session = GoogleDrive::Session.from_service_account_key("json_file")
key = "google_sheet_key"
worksheet = spreadsheet.worksheets.first
worksheet.insert_rows(...)
And while inserting the records into the worksheet this is occurring.
Can you please help us in this regard? If you need any other info then please do let us know.