Pinning an online-only file makes the sync app download the file contents, and unpinning a downloaded file frees up space on the device by not storing the file contents locally. To set an online-only file or folder to 'locally available,' you must first set it to 'always available.' OneDrive sync app functionality is built into Windows 10 and Windows 8.1 and supports connecting to OneDrive for work or school to sync your work or school files. For more information, see Sync files with OneDrive in Windows. To share files and folders from File Explorer, you must have Internet Explorer 11 or later.
Con Archivos a petición de OneDrive, los archivos pueden estar en uno de los tres estados.With OneDrive Files On-Demand, files can be in one of three states.Cada uno de estos estados corresponde a un estado de atributo de archivo.Each of these states corresponds to a file attribute state.Para consultar el estado actual de un archivo o carpeta, use el siguiente comando:To query the current state of a file or folder, use the following command:
- /Applications/OneDrive.App/Contents/MacOS/OneDrive /getpin <Path to file or folder>/Applications/OneDrive.App/Contents/MacOS/OneDrive /getpin <Path to file or folder>
Comandos que se pueden secuenciar de comandosScriptable commands
Use los siguientes comandos para establecer los estados de archivo y carpeta.Use the following commands to set file and folder states.
Estado de archivos a peticiónFiles On-Demand state | Estado del atributo FileFile attribute state | CommandCommand |
---|---|---|
Siempre disponibleAlways available | AncladoPinned | /Applications/OneDrive.App/Contents/MacOS/OneDrive /setpin <path>/Applications/OneDrive.App/Contents/MacOS/OneDrive /setpin <path> |
Disponible localmenteLocally available | ClearpinClearpin | /Applications/OneDrive.App/Contents/MacOS/OneDrive /clearpin <path>/Applications/OneDrive.App/Contents/MacOS/OneDrive /clearpin <path> |
Solo en líneaOnline-only | UnpinnedUnpinned | /Applications/OneDrive.App/Contents/MacOS/OneDrive /unpin <path>/Applications/OneDrive.App/Contents/MacOS/OneDrive /unpin <path> |
Nota
Remove Onedrive From Quick Access
Para establecer el estado del atributo de archivo para todos los elementos de una carpeta, agregue el parámetro /r.To set the file attribute state for all items within a folder, add the /r parameter.
Anclar un archivo solo en línea hace que la aplicación de sincronización descargue el contenido del archivo y desanclar un archivo descargado libera espacio en el dispositivo al no almacenar el contenido del archivo localmente.Pinning an online-only file makes the sync app download the file contents, and unpinning a downloaded file frees up space on the device by not storing the file contents locally.
Para establecer un archivo o una carpeta solo en línea en 'disponible localmente', primero debe establecerlo en 'siempre disponible'.To set an online-only file or folder to 'locally available,' you must first set it to 'always available.'