-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACC doesn't work with Google Drive File Stream #94
Comments
Yeah, ACC only works with "Backup and sync". Are they gonna switch away from backup and sync? |
I'd guess that's the final intent of allowing normal users into File Stream (it doesn't make sense to keep two separate apps that basically serve the same purpose). Right now support for normal users is marked as a beta though, so it may be a while before Backup app would be replaced. |
I will look into it then. Can you confirm whether it's better than the trainwreck that is "Backup and sync"? That's some of the worst software I have ever experienced in my life. |
Well, I've only been using it for a few days. On the good side, it works just as OneDrive (shows all files, but those not marked as offline are only downloaded on demand). Main bad thing for me is that G: drive is mounted only once File Stream app is started (OneDrive offers files on demand functionality with "normal" folder, so there is no issue of its drive being mounted late), so this potentially may cause some issues with apps using files there which started before File Stream. Haven't encountered any issues yet (beside ACC not working), but I've only set folders on G: for screenshots and ACC so far. |
Well, are you able to make it work with the manual setup? Going to the advanced settings, manually picking which folder it should look in? |
Maybe I did not describe it well initially, but that's what the issue is about :) I set the path manually so it points at ACC folder at G: drive (which is set to be available offline), but ACC does not seem to notice txt file showing up here. I've waited with simulator window opened for about a minute since the file was downloaded, but ACC ignored it completely. |
Have you checked the log? Please send it here. My bad :) |
|
Txt file still sits in this folder |
Hmh, yeah. ACC definitely picks it up, but it can't read the file as the software has the file "in use". Not much I can do there coding-wise sadly :/ If I can't read the file, ACC can't get the action and therefore can't function. If there's a way to solve that, that'd be nice. Have you tried opening ACC as administrator? |
Running as admin doesn't help, still the same log about file being in use shows up. But it's strange as I can open it in any text editor without any problems (even in UWP ones). |
ACC might also be able to open the file, but the check we perform before attempting to fails. I will look into it. |
I join the discussion because I have the same problem. Using Google Drive File Stream the text file is not read by ACC. I tried to show the file extension. No good results. What exactly is it that fails? Path-level file access or permissions to open? Best regards Marco |
I share with you Google's announcement to unify the two synchronization software in the course of 2021. Being the administrator of several Google Workspace accounts, I was able to subscribe to the beta, if needed for some tests I remain available. Greetings |
@revanmj @galamarco I just installed the new Google Drive, set it to the "Stream files" option, and it works just fine for me? Is there something I'm missing? The setup auto detect of the Google Drive folder doesn't work, but when inserting it manually it picks up the files. |
Can the people experiencing this please specify their exact case; where it goes wrong (is it just when trying to detect the folder), what Google Drive settings you're using (stream or mirror), and whether the ACC folder is set to "Available offline" or "Online only". |
Please check out this version, and check if that helps; #115 |
Well, I'm stuck with folder sync as streaming breaks symlinks for system folders (since G: becomes available only once the app starts, which is too late for symlinks) :/ |
I was able to make it work, Idk if this helps to someone haha |
Mirror Files simply runs new client in "legacy mode" where it works just like the old one. That's why it works. Problem is with the streaming mode. |
Describe the bug
Google recently started testing Google Drive File Stream with normal user accounts (was locked to GSuite accounts previously). I tried it and it unfortunately doesn't work with ACC.
To Reproduce
Hardware & software info (please complete the following information):
The text was updated successfully, but these errors were encountered: