Exemplo n.º 1
0
        public static ApiResponse GetMeta(string fileName)
        {
            var response = new DropboxApiLab().GetFileMeta(fileName);

            return(response);
        }
Exemplo n.º 2
0
        public static void DeleteFile(string fileName)
        {
            var response = new DropboxApiLab().DeleteFile(fileName);

            response.EnsureSuccessful();
        }