You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different approach to addressing the following issue:
#16149
Use DriveHelpers.GetExtendedDriveLabel to safely get the VolumeLabel of each
DriveInfo object that RemovableDrivesService looks at.
Then use this to filter out GoogleDrive drives from appearing in a plain
"Drives" section, while still (hopefully) allowing drives named "G" to appear
in such a section.
Next I will test this by renaming my Google Drive drive to something other than
G, and then making a new drive that is not Google Drive and naming it "G", and
then running the program to see if it detects the non-Google Drive "G" drive.
next: testing
0 commit comments