GithubHelp home page GithubHelp logo

Support gdocs as backend about dataexplorer HOT 9 CLOSED

mihi-tr avatar mihi-tr commented on July 24, 2024
Support gdocs as backend

from dataexplorer.

Comments (9)

rufuspollock avatar rufuspollock commented on July 24, 2024

@mihi-tr do you mean for read or for write?

from dataexplorer.

mihi-tr avatar mihi-tr commented on July 24, 2024

both! so I can clean up my google spreadsheets with javascript

read is easy as it's already supported by recline, not sure about the write part though...

from dataexplorer.

mihi-tr avatar mihi-tr commented on July 24, 2024

This would open transformer to a larger audience, which is good: I think the people using github already might not be the audience for it.

from dataexplorer.

rufuspollock avatar rufuspollock commented on July 24, 2024

@mihi-tr understand re those already using github but note all you need is a github account (you don't need to be familiar with it!). Will add more about gdocs support above (been thinking about that for a long time)

from dataexplorer.

rufuspollock avatar rufuspollock commented on July 24, 2024

Read support done in #14.

from dataexplorer.

rufuspollock avatar rufuspollock commented on July 24, 2024

@mihi-tr so i've looked at this quite a bit more - see https://github.com/rgrp/gdocsjs. The basic issue is that GDocs API does not support CORS so in a pure browser environment there is no direct way to write to a GDocs spreadsheet. Options are a proxy or moving to an extension ...

from dataexplorer.

mihi-tr avatar mihi-tr commented on July 24, 2024

Interesting, can it be done via JSONP? I'll have a look - does it just not support CORS for writing? Reading works well doesn't it?

from dataexplorer.

rufuspollock avatar rufuspollock commented on July 24, 2024

@mihi-tr Yes we already have read support done (using JSONP) -- that was done 1+ years ago ;-)

Problem is write support which requires POST or similar for which JSONP is no help :-( -- as you will see the in linked repo and its README CORS is not supported. There's no real way round it directly - see the linked README for discussion of indirect ways round it ...

from dataexplorer.

rufuspollock avatar rufuspollock commented on July 24, 2024

FIXED. (WONTFIX). Read has been done and write is problematic so WONTFIX - see https://github.com/rgrp/gdocsjs and https://github.com/rgrp/ideas/issues/27 (proxy API for gdocs) for further thoughts.

from dataexplorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.