Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7857151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:56:55+00:00 2026-06-02T20:56:55+00:00

I’m working on a Google Drive interface for Emacs. The concept is that Emacs

  • 0

I’m working on a Google Drive interface for Emacs. The concept is that Emacs could provide a platform-agnostic way to load, modify and save text documents stored in Google Drive. I’ve registered my app and can authenticate with OAuth2 and get a file listing with the Docs List API, but when I try to execute an Insert with the Google Drive API, I see an error:

“The authenticated user has not installed the app with client id …”

Reading further, it seems I need to publish my Emacs application in the Chrome Web Store to get access to the Drive API. That doesn’t make sense to me…I noticed that there is a FUSE project in development for Google Drive, which suggests that native development is possible. When I skimmed the code, however, I didn’t see a Chrome Web Store component to getting it working.

Am I trying to misuse the API, or is there an route to make this work that makes more sense?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T20:56:56+00:00Added an answer on June 2, 2026 at 8:56 pm

    EDIT:

    According to Ali Afshar, of the Google Drive team, installation is no longer required to use this API. So what follows may no longer be relevant, but will be left for historical purposes.


    So, first off the API does not support application development in the sense that we are both doing it, I wouldn’t use the word native though. The good news is I have been doing some research and Google Drive is really just a rebranding of Google Docs. So the Google Docs API could be a good choice as well for the same purposes.

    Anyway, here’s the steps to solve the error: “The authenticated user has not installed the app with client id …” Which is a 403 error, for the sake of this answer. These steps assume you have set up an app in the chrome web store as is required, and installed it. I am working on my local machine too, with my project: http://github.com/tom-dignan/gdrive-cli which I have gotten past this error, so I think you should keep plugging away at your emacs version, because I think we can make this work.

    a. Open the Google APIs console.

    b. Confirm you’ve already enabled the apis under “API Access” both the API and SDK for Google drive should be enabled. There you get your client secrets/api keys and such. I am almost positive you’ve done this already, so go ahead to C. (this is here for others who may have missed it)

    c. In the left navigation bar, under “Drive SDK” you will need to do the following:

    1. Add a “Support URL” (required)

    2. Add at least a small 16×16 application icon (required)

    3. Add “OAuth Client ID (Required)” under Drive Integration (I was just tinkering and this seems to be the key field.)

    4. Add “Open URL (Required) URL to open for your app from the google drive UI.”

    5. Check off “Multiple File Support”

    6. Add some MIME types and file extensions, “text/plain”, and txt for example

    7. Add the the auth scopes:

      https://www.googleapis.com/auth/userinfo.email

      https://www.googleapis.com/auth/userinfo.profile

    Don’t bother trying to add the auth scopes for Google Docs here, because it won’t work. Google does not want us to use it that way because files that drive apps create should be private to that app. Integration with Google Docs will have to be separate.

    Now I know you must be thinking “why do I have to add some of these…” It’s because the form makes them required fields. In mine, I put a couple URLs that point to static HTML pages.

    Once you’ve done the above, clean up your state and reinstall your chrome app. Then try your code again, and it should stop giving you a 403.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
I need a function that will clean a strings' special characters. I do NOT
I'm trying to create an if statement in PHP that prevents a single post

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.