Coder Social home page Coder Social logo

Comments (4)

chriszarate avatar chriszarate commented on June 2, 2024

I tried but I don't think the underlying API supports the auth you need to access private spreadsheets. If the use case is providing a data channel to one of your own private spreadsheets, I'm not sure I see a huge need. You're liberating the data via Sheetrock, what's the big deal if the spreadsheet is public? But if the use case is to allow users to use Sheetrock against their own private spreadsheets without exposing them to you, the site owner, or anyone else ... then you're talking OAuth or something similar and I don't know if the API supports that.

It's worth noting that you don't actually have to make the spreadsheet "public" as Google describes it. It's enough to make it accessible to "anyone with the link." Security by obscurity, but better than "public."

from sheetrock.

crcastle avatar crcastle commented on June 2, 2024

My company has employee contact info in a google spreadsheet. I want to display that info in a more visual way. For example, I'm thinking of a grid of tiles, one tile for each person. Grab their face or avatar from gravatar based on their email address. Etc. I also want to allow HR to add new people to the spreadsheet and have them show up automatically in my app.

There will be a login to see this page (maybe google apps oauth), so I can make sure it is only viewable by employees. However, I don't want to make the underlying spreadsheet public since it contains names, phone numbers, email addresses, birthdays, etc.

Your suggestion to make the spreadsheet accessible to "anyone with the link" is a possibility, although that makes me a little squeamish. 😄

But now I'm thinking I should just grab the contents of the Google spreadsheet on the server side using a service account that has access to the spreadsheet. Then I can client auth separately. If the client auth is successful the server can provide the contents of the Google spreadsheet.

from sheetrock.

chriszarate avatar chriszarate commented on June 2, 2024

Yes, that seems like a better approach if the info is at all sensitive.

from sheetrock.

crcastle avatar crcastle commented on June 2, 2024

Ok, thanks for talking it out with me :)

from sheetrock.

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.