Open GoogleCodeExporter opened 8 years ago
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 brianand...@gmail.com
on 15 Apr 2015 at 12:33
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 alex.sha...@gmail.com
on 31 May 2015 at 8:53
[deleted comment]
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 penguin...@gmail.com
on 10 Jul 2015 at 8:27
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 abhishek...@gmail.com
on 10 Jul 2015 at 8:36
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 brianand...@gmail.com
on 11 Jul 2015 at 11:59
Google uses OAuth2 instead of user account/password.
I only fixed the GUI interface.
<https://github.com/sih4sing5hong5/google-sites-liberation>
Because I have no idea about OAuth2 with command lines. @@
Original comment by ihc...@gmail.com
on 29 Jul 2015 at 1:56
Original issue reported on code.google.com by
brianand...@gmail.com
on 14 Apr 2015 at 8:32