

NET, and more) – Under "Authorized redirect URIs," click Add URI. This identifies the domains from which your application can send API requests to the OAuth 2.0 server. Then, enter a URI to use for browser requests.

Enable the APIīefore using Google APIs, you need to enable them in a Google Cloud project.

To complete this quickstart, set up your environment. A Google account with Google Drive enabled.If you're unfamiliar with authentication and authorization forĪuthentication and authorization overview.Ĭreate a JavaScript command-line application that makes requests to the Before you can run the sampleĪpp, each quickstart requires that you turn on authentication andĪuthorization. You use the client libraries for your own apps. Google Workspace quickstarts use the API client libraries to handle someĭetails of the authentication and authorization flow. The error in Chrome is: TypeError: Cannot read property 'editable' of undefinedĪt explain how to set up and run an app that calls a The errors are different in Chrome's JS console and Firebug, but they seem to center around the angularJS file in my project directory. However, it does allow me to edit the content of any document. Also, when I try to create a new document, I can't change the document's title, nor can I edit an existing document's name. The application is supposed to be able to open, create, and edit files from the user's Google Drive folder.Īlmost everything appears to be working, except for some JavaScript errors that appear in the console on the home page. I'm attempting to set up the sample application produced by Google called 'Dredit' for Python on Google App Engine.
