Giter Site home page Giter Site logo

Comments (7)

Chauva avatar Chauva commented on July 17, 2024 1

i'm currently working on a fix on this issue.
i'll likely post it later on today

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I probably should have marked this as a High priority.  As I understand it, the 
tool will stop working once the API is deprecated.

Original comment by [email protected] on 15 Apr 2015 at 12:33

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
It actually stopped working. I have tried to fix it myself, but it looks like 
googlers are using packages, which are not available to others - most 
dependencies related to gdata were not resolved due to required version 
unavailability in maven repositories.

Original comment by [email protected] on 31 May 2015 at 8:53

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I'm having the same problem as well.  It looks like the tool is completely 
unusable for me now as I did not have an oauth token and get errors when trying 
to get a new one.  Is there any workaround?

Original comment by [email protected] on 10 Jul 2015 at 8:27

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I am unable to use this, too. I do not see oAuth2 being used here: 
https://developers.google.com/google-apps/sites/docs/1.0/developers_guide_java

Is there any other way to use OAuth2?

Original comment by [email protected] on 10 Jul 2015 at 8:36

from google-sites-liberation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
The code needs to be upgraded to use OAuth2.  The Username/Password credential 
validation API was deprecated.

With OAuth2, the code would need to have the end user login to an account page, 
click on a link authorizing the app to access the API's on behalf of the 
account.  After that, it can obtain an authorization token for temporary use, 
and a refresh token to get an additional authorization token.

It's a much more secure method because the user never supplies his/her 
credentials and can revoke the app's access at any time.

So, this otherwise useful app, is useless until OAuth2 is implemented (or 
Google reinstates the less secure Username/Password validation method.)

Original comment by [email protected] on 11 Jul 2015 at 11:59

from google-sites-liberation.

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.