-
Notifications
You must be signed in to change notification settings - Fork 27
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
investigate and document google drive export #183
Comments
it is enabled / disabled here: https://github.com/intermine/im-tables/blob/dev/src/options.js#L82 |
@yochannah Is this issue still relevant? |
@jshreyans If you'd like to pick it up, sure! Fair warning : this was implemented before I started working on this and I really have no idea if it works, and if so how 😆 whatever you can figure out would be handy |
This seems like a hurdle. I'll still see what I can do. Lets keep this open for other contributors too in case I'm not able to figure it out. Note:@yochannah The link given in the issue description is broken. I believe this is the correct link to be used for reference: https://github.com/intermine/im-tables/blob/dev/src/utils/send-to-google-drive.coffee |
This is an issue that will require some digging in undocumented code.
Issue: we have a google drive export file in im-tables - see https://github.com/intermine/im-tables/blob/dev/src/utils/send-to-google-drive.js
google drive export is something we've never really used and I'm not sure if it's feature-complete. If it isn't, we should either complete it or remove it. If it does work when enabled, we should document how to enable it and how to use it!
The text was updated successfully, but these errors were encountered: