diff --git a/commerce_file.info.inc b/commerce_file.info.inc
index 74b2d17..103252e 100755
--- a/commerce_file.info.inc
+++ b/commerce_file.info.inc
@@ -173,6 +173,15 @@ function _commerce_file_entity_property_info_table_setters() {
         'setter callback' => 'entity_property_verbatim_set',
         'setter permission' => COMMERCE_FILE_ADMIN_PERM,
       ),
+      'created' => array(
+        'setter callback' => 'entity_property_verbatim_set',
+      ),
+      'changed' => array(
+        'setter callback' => 'entity_property_verbatim_set',
+      ),
+      'granted' => array(
+        'setter callback' => 'entity_property_verbatim_set',
+      )
     ),
   );
 }
