Sergiu Pușcaș
Sergiu Pușcaș
@mknapik Thanks for the screenshots @ranisalt This is consistent with my experience as well, I had trouble navigating the API console when first creating the credentials for this app. It's...
@panoti not sure I understand exactly what you mean. The current behavior looks like this: * a `Trash` directory gets created automatically in the mount point, and is populated with...
I think the issue you're describing is already covered by an option that can be set in [`gcsf.toml`](https://github.com/harababurel/gcsf/blob/f755cc7bafb3dd60af88cd8b8bc26e91efe48888/sample_config.toml#L39-L45): ``` # If set to true, Google Drive will provide a code...
Thank you for pointing this out. I will look into the issue and try to implement the exponential backoff strategy.
Great news! Let me know if I can be of any help.
No worries -- I haven't had much time lately to work on the project either.
That's true, and unfortunately there's no easy fix since this issue stems from a design decision.
Not at this point. I might implement this in the future (#52) but so far I haven't personally used any team drives so it was not an essential feature for...
I did not have this in mind when designing the file system. Using it for streaming might work and it's probably worth giving it a shot. Maybe change the configuration...
Glad to hear you're interested in contributing. Have you made any progress in the meantime? The strategy that I had in mind looks something like this: 1. Request all files...