-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
I have a project that requires multiple GoogleDriveSettings is there a way to load a specific one at runtime? From what I see in GoogleDriveRequest.cs
it always does GoogleDriveSettings.LoadFromResources()
which always defaults to Resources/GoogleDriveSettings
How do you recommend changing/loading different GoogleDriveSettings?