How can I detect whether my file path is inside a google drive folder or not using C#?
I have a windows desktop C# application, that saves some data using a customized file format.
I want to stop the user from saving such files at the google drive location as during sync usually these files get corrupted.