Ejemplo n.º 1
0
        public void Setup()
        {
            var cfg  = new Config();
            var auth = AppLoader.Login(cfg);

            fs = new OneDrive.FileSystem(
                cfg,
                new OneDrive.RestClient(auth),
                TestUtility.DummyKVS.Instance);
        }