Carregar arquivos para a pasta especificada no Google Drive

Estou com um problema ao carregar arquivos para uma pasta existente no Google Drive. Ele continua me dizendo "xxx" não existe.

String folderId = "Storage";

ChildReference newChild = new ChildReference();
newChild.setId(fileContent.getName());

drive.children().insert(folderId, newChild).execute();

referir dehttps://developers.google.com/drive/v2/reference/children/insert