This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about not being maintained anymore
- Loading branch information
1 parent
8e12e1c
commit 31d0829
Showing
1 changed file
with
2 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for this choice? :)
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A sad day for gdrive users.
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the alternatives?
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving the project unmaintained is one thing, but why did you remove the precompiled binaries from releases? It doesn't really make sense to do so, because someone could find use for them. I still use the latest version on Windows 8.1 for example. It makes it harder for people who want to redownload it in case of lost files.
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess we won't hear any explanation even...
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you still have binaries can you mail them to me. (All you have). And how can i build for linux vs windows. Thanks in advance.
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Google have a finger on this?
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably yes. I have the old binary and Google blocks it from authenticating, saying that it's dangerous and they blocked it for my safety (thanks a lot). It looks like Google now requires you to let them review applications that want to access sensitive information through their API
If you want to use it for yourself, you will need to:
OAuth consent screen
on the left and set it up..../auth/docs
and.../auth/drive
(I'm not sure which needed, it's probably only one of those). This will probably not be available if you didn't complete (2)Credentials
on the left, thenCreate Credentials
, thenOAuth client ID
. The application type isDesktop app
handlers_drive.go
lines 17 and 18 and compile the application31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TellowKrinkle Thanks for your valuabe guide. I will apply it. For step
6.
what should I do to compile the complete repo? Willgo build gdrive.go
be enough? which returns following message:compile: version "go1.14" does not match go tool version "go1.13.8"
I can still use the binary (
gdrive: 2.1.0
) but I used have have an issue where after multiple requests in short timegdrive
's response time became extremely slow to retrieve information of files and so on. I felt like when Google find out these requests, it just blocks it or make the response time slow as possible. I have switch into using gdown (https://github.com/wkentaro/gdown), but I believe some issue might be generated for this as well.At this point, I am not sure should I continue using
gdrive
(where I implemented my project based ongdrive
and not sure will I be able to usegdrive
in the long run) or switch into another approach.31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this help? https://stackoverflow.com/a/53661370
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TellowKrinkle Thanks. I know here is not the right place to continue discussion but I am not able to generate
token.json
in order to use thegdrive
. Google keep responding asThis app is temporarily blocked from logging in with your Google account.
, which was not generated before. If I can able to overcome this barrier I believe I am able to usegdrive
again.I asked it on the stackoverflow How to handle “App is temporarily blocked from logging in with your Google account” barrier, hope I will find an answer.
31d0829
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're using the old credentials, you need to follow step 5 in my directions