Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

Allow custom API key for Google Drive

For technical support visit https://support.2brightsparks.com/
Post Reply
Gunny
Newbie
Newbie
Posts: 7
Joined: Wed Nov 25, 2015 4:42 pm

Allow custom API key for Google Drive

Post by Gunny »

If you let us specify our own api key for google drive, it would reduce load on your api key as well as provide better and more consistent performance, especially regarding rate limits.

How to make your own google drive api key.
  1. Log into the Google API Console with your Google account. It doesn’t matter what Google account you use. (It need not be the same account as the Google Drive you want to access)
  2. Select a project or create a new project.
  3. Under Overview, Google APIs, Google Apps APIs, click “Drive API”, then “Enable”.
  4. Click “Credentials” in the left-side panel (not “Go to credentials”, which opens the wizard), then “Create credentials”, then “OAuth client ID”. It will prompt you to set the OAuth consent screen product name, if you haven’t set one already.
  5. Choose an application type of “other”, and click “Create”. (the default name is fine)
  6. It will show you a client ID and client secret. Use these values in rclone config to add a new remote or edit an existing remote.
Gunny
Newbie
Newbie
Posts: 7
Joined: Wed Nov 25, 2015 4:42 pm

Re: Allow custom API key for Google Drive

Post by Gunny »

Any thoughts from the devs on this?
Kostas
2BrightSparks Staff
2BrightSparks Staff
Posts: 421
Joined: Thu Sep 18, 2014 2:08 am

Re: Allow custom API key for Google Drive

Post by Kostas »

Hi,

It's a good idea but we are concerned that it may violate the Google APIs Terms of Service as mentioned in https://developers.google.com/terms

Thanks,
Kostas
[2bs]
Gunny
Newbie
Newbie
Posts: 7
Joined: Wed Nov 25, 2015 4:42 pm

Re: Allow custom API key for Google Drive

Post by Gunny »

Kostas wrote:Hi,

It's a good idea but we are concerned that it may violate the Google APIs Terms of Service as mentioned in https://developers.google.com/terms

Thanks,
Kostas
[2bs]
I don't see where that would violate their ToS, and other programs already allowing this (rsync is extremely popular for instance). People using their own API key would already have to signup and agree to the Google API ToS and actions performed using that API key would be their responsibility, not yours which would actually reduce 2BrightSparks liability footprint in those instances.
Kostas
2BrightSparks Staff
2BrightSparks Staff
Posts: 421
Joined: Thu Sep 18, 2014 2:08 am

Re: Allow custom API key for Google Drive

Post by Kostas »

Gunny wrote:
Kostas wrote:Hi,

It's a good idea but we are concerned that it may violate the Google APIs Terms of Service as mentioned in https://developers.google.com/terms

Thanks,
Kostas
[2bs]
I don't see where that would violate their ToS, and other programs already allowing this (rsync is extremely popular for instance). People using their own API key would already have to signup and agree to the Google API ToS and actions performed using that API key would be their responsibility, not yours which would actually reduce 2BrightSparks liability footprint in those instances.
Hi,

Please send us an email at [email protected] so we can discuss the details about this.

Thanks,
Kostas
[2bs]
IMTheNachoMan
Newbie
Newbie
Posts: 3
Joined: Wed Nov 23, 2022 5:21 pm

Re: Allow custom API key for Google Drive

Post by IMTheNachoMan »

For the record, I don't think this violates their ToS. Many other products, like rclone, let you specify your own key.
Post Reply