public SPOFile AddFile(byte[] content, bool overwrite, string leafName, Dictionary <string, object> fieldValues)
        {
            SPOFolder rootFolder = GetRootFolder(false);

            return(rootFolder.AddFile(content, overwrite, leafName, fieldValues));
        }