Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

OAuth2 Issue? #27

Open
manchuwook opened this issue Dec 8, 2016 · 0 comments
Open

OAuth2 Issue? #27

manchuwook opened this issue Dec 8, 2016 · 0 comments

Comments

@manchuwook
Copy link

manchuwook commented Dec 8, 2016

Just trying to pull up some data from the demo page and not working with Polymer 2.0-Preview

google-sheets.html:402 Uncaught TypeError: Cannot read property 'feed' of undefined
    at HTMLElement._onCellRows (google-sheets.html:402)
    at HTMLElement.handler (event-listeners.html:21)
    at HTMLElement.fire (legacy-element.html:188)
    at HTMLElement._handleResponse (iron-ajax.html:479)

My code

    <html>
      <head>
        <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
        <script src="/bower_components/webcomponentsjs/webcomponents.min.js"></script>
        <link rel="import" href="/bower_components/iron-signals/iron-signals.html"/>
        <link rel="import" href="/bower_components/iron-ajax/iron-ajax.html"/>
        <link rel="import" href="/bower_components/google-sheets/google-sheets.html"/>
      </head>
      <body>This is that thing that does the stuff</body>
      <dom-bind>
        <google-sheets
                       id="sheet"
                       key="0Anye-JMjUkZZdDBkMVluMEhZMmFGeHpYdDJJV1FBRWc"
                       tab-id="1"
                       published
                       rows="{{rows}}"
                       tab="{{tab}}"
                       open-in-google-docs-url="{{openInGoogleDocsUrl}}">
        </google-sheets>
        <dom-repeat items="{{rows}}">
          <template>Row your boat</template>
        </dom-repeat>
      </dom-bind>
    </html>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant