meshkit icon indicating copy to clipboard operation
meshkit copied to clipboard

Issue in the hardcoded url format of Google spreadsheet API.

Open VinayCheripally opened this issue 8 months ago β€’ 1 comments

Current Behavior

Currently we are hardcoding the url format like this sheetURL = sheetURL + "/pub?output=csv" + "&gid=" + strconv.FormatInt(spreadsheetID, 10) But this does not work as this is not meant for this but rather for publishing.

Expected Behavior

The expected format is https://docs.google.com/spreadsheets/d/{spreadsheet-id}/gviz/tq?tqx=out:csv&gid=0

Screenshots/Logs

Environment

  • Host OS: Mac Linux Windows
  • Platform: Docker or Kubernetes
  • Meshery Server Version: stable-v
  • Meshery Client Version: stable-v

Contributor Guides and Handbook

VinayCheripally avatar Mar 31 '25 09:03 VinayCheripally

Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Contributors' Welcome Guide, engage in the discussion forum, and be sure to join the community Slack.

welcome[bot] avatar Mar 31 '25 09:03 welcome[bot]