Home > Appendices > Configurations for Customized Features > Customized Features for Google Drive Migration
Download this articleFly provides a customized feature for Google Drive Migration. Refer to the following information to use the feature:
EnsureUserWithLoginName – Define whether to use the login name to map users/groups that are not included in user mappings when all user property options are disabled in the migration policy. By default, Fly will use the login name to map these users/groups to ensure they can be successfully migrated.
If you do not want to use the login name to map these users/groups, you can add the EnsureUserWithLoginName=false string to disable the feature.
IsCheckPermissionChange – This defines whether to keep the destination folder permissions the same as the source after the incremental migration jobs with the Merge folder level conflict resolution.
By default, Fly will merge source permission changes and destination existing permissions for folders in the incremental migration job. If you want the destination folders to have the same permissions as the source, you can add the IsCheckPermissionChange=true string. Fly will overwrite the destination permissions with latest source permissions.
To merge source and destination permissions, you can change the string value to false or remove the feature string to disable this feature.
KeepInheritedPermissionsWhenRestoringUnique – Define whether to keep the inherited permissions for objects that have unique permissions in the source after they are migrated to the destination. By default, Fly will break the inherited permissions for these objects in the destination and only migrate their unique permissions.
If you want to keep the inherited permissions for these objects in the destination, you can add the KeepInheritedPermissionsWhenRestoringUnique=true string to the Customized features section. Fly will merge the inherited permissions and unique permissions of these objects in the destination after the migration.
To disable this feature, you can change the string value to false or remove the feature string.