Bug #2297
google spreadsheet add-on : issue with export
0%
Description
Hi,
I installed the splunk-add-on-google-drive.
I set several imports and exports.
I have an issue with 2 exports of splunk lookup files. I think the files might be to big but I can't do anything
I have this error message :
2018-10-18 14:14:51,157 ERROR A general exception was thrown when executing the export
Traceback (most recent call last):
File "/opt/splunk/etc/apps/google_drive/bin/google_spreadsheet.py", line 143, in export_file
last_updated = google_lookup_sync.export_lookup_file(lookup_name, None, None, spreadsheet_title, worksheet_name, session_key)
File "/opt/splunk/etc/apps/google_drive/bin/google_drive_app/__init__.py", line 197, in export_lookup_file
return self.export_lookup_file_full_path(destination_full_path, namespace, owner, google_spread_sheet_name, worksheet_name, session_key, lookup_name=lookup_name)
File "/opt/splunk/etc/apps/google_drive/bin/google_drive_app/__init__.py", line 264, in export_lookup_file_full_path
google_work_sheet.update_cell(row_number, col_number, value)
File "/opt/splunk/etc/apps/google_drive/bin/google_drive_app/gspread/models.py", line 445, in update_cell
self.client.put_feed(uri, ElementTree.tostring(feed))
File "/opt/splunk/etc/apps/google_drive/bin/google_drive_app/gspread/client.py", line 277, in put_feed
raise ex
HTTPError