Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Option for Google Sheet #64

Open
IshaGupta18 opened this issue Jul 1, 2019 · 3 comments
Open

Export Option for Google Sheet #64

IshaGupta18 opened this issue Jul 1, 2019 · 3 comments
Labels

Comments

@IshaGupta18
Copy link
Collaborator

I am working on a demo of the simple-data-grapher library to be hosted on heroku and also implement the Google Sheets feature there, as after struggling for few days I realized that we need a server to make that work, as credentials can't be set in the browser itself.
Here's a link which explains it better googleapis/google-api-nodejs-client#1620.
So once the demo is up and running, we can probably create a similar kind on an actual server.
@jywarren @namangupta01 @gauravano what do you think?

@IshaGupta18 IshaGupta18 added the enhancement New feature or request label Jul 1, 2019
@IshaGupta18
Copy link
Collaborator Author

Here's a heroku demo of the current simple-data-grapher functionality. I am still struggling with the same error for Google sheets tho :(

https://simple-data-grapher.herokuapp.com/

@jywarren
Copy link
Member

jywarren commented Jul 2, 2019

Some options to explore?

@jywarren
Copy link
Member

jywarren commented Jul 2, 2019

https://developers.google.com/drive/api/v3/manage-uploads#import_to_google_docs_types_ - this looks promising and may not require a token...? it uses fs but maybe it could be replaced with something browser compatible? I think this approach probably assumes you are already logged into Google Drive, so we'd have to warn the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants