We need to know when folder has already been created inside app..box.com
we are using salesforce SDK like
result = boxTools.createFolderForRecordId(recordId, null, true);
system.debug('result:' + result);
boxTools.commitChanges();
it returns back new folder Id but there is a need to wait for some time to see the change both in salesforce and using a link likeĀ app.box.com/folder/{folderId}
is it possible to achieve it?