Rclone mount folder dissapears?

I do not remember - and Google does not work for me at the moment (wrong country).

But I do remember that using full strings in search like https://www.googleapis.com/auth/docs I could find right elements like .../auth/docs to select. Play around. There are only three you have to find:)

alright okay! As of now i have just manually added the strings to table coz ur method didnt work for me here in india:

1 Like

yes all their site is PITA - not easy to use at all. And probably small details change all the time (improvements:))

haha yes! Thank you so much anyways, great help! Just would like to clarify one thing except the verification part i do not care about the scary msg. what does "Keeping the application in "Testing" will work as well, but the limitation is that any grants will expire after a week, which can be annoying to refresh constantly." this mean? what grants are they talking about and how should i remove my app from testing

Follow my instructions:

nothing expires if done this way.

1 Like

i have copied my client id and secret. I was shown the scary msg while authorising account and now im using the remote with cliend id. Am i good now or do i need to bother about anything else? do i need to renew anything again?

1 Like

This should already be massive improvement over defaults. In addition as I see in docs:

It is strongly recommended to use your own client ID as the default rclone ID is heavily used. If you have multiple services running, it is recommended to use an API key for each service. The default Google quota is 10 transactions per second so it is recommended to stay under that number as if you use more than that, it will cause rclone to rate limit and make things slower.

10 transactions per sec so maybe adding:

--tpslimit 10 --tpslimit-burst 0

to your mount would be advisable.

Result should be more smooth and trouble free usage.

Above docs quote also means if you have another computer you want to use the same gdrive - create another client_id. Limits are per client.

done! Hoping to see improvements! Please do not close the topic just yet, if the mount folder disappears which was the reason why i started the thread i would really want to reach out to you. Massive thanks for guiding me through :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.