Set ACL in directory so all files inside will have 777

I want all files inside the directory to get 777 permissions when they are created inside this directory.

setfacl -Rb /media/HDS/Downloads_Complete
setfacl -R -m u::rwx,g::rwx,o::rwx /media/HDS/Downloads_Complete
setfacl -R -m d:u::rwx,d:g::rwx,d:o::rwx /media/HDS/Downloads_Complete