Have to disagree with that notion. Academics are among the biggest users for Paperpile and there can be a number of security reasons as to why one might prefer one cloud storage service to another. Amongst my collaborators, the top two services that universities tend to have a tenant plan are Google and MS 365 (OneDrive). Having at least MS 365/OneDrive support would be highly welcomed.
+1 from me - I really want to move my team at work (a corporate) onto paperpile, but it will be much easier to convince IT if onedrive is supported as this is what the business cloud storage is based around.
Susana, me alegro que ya lo estn planeando. En nuestra institucin de educacin superior nos cambiamos a OneDrive desde ahora (por los cambios y limitaciones en el almacenamiento), contbamos con licencias de PaperPile que permita sincronizacin con las cuentas de Google, actualmente ya no usaramos PaperPile porque no se integra con la nueva plataforma de Office 365. Esperamos que lo ms pronto posible puedan implementar las mismas funciones a la plataforma de MS.
Bienvenida a nuestro foro, @Jennifer_Kath! Gracias por dejarnos saber. Antes de mediados de este ao ser posible usar Paperpile con cualquier tipo de correo (no slo Google). Aunque la integracin con otros proveedores de almacenamiento como OneDrive est planeada, an no hemos podido priorizar el tema por lo cual an no hay fecha prevista. Compartiremos cualquier actualizacin al respecto por esta va.
I had recently purchased the 1TB storage plan but onedrive.live.com was still showing me as limited to the 5GB free plan. It appears to take 10s of minutes until your purchased storage shows up. I confirmed this with a Microsoft chat agent.
It should work that way, because Duplicati runs in an non-browser process, meaning that it does not have access to any of the browser tokens. If they would end up crossing, it would be a problem with Microsoft.
Despite all of those up-privileged users showing "ms-onedrive-base" activity--nobody shows downloading. It was brought to our attention that they can upload to onedrive which is showing up as "ms-onedrive-base" only. And the filenames being uploaded within the web interface are being obfuscated.
I wonder if this is just that MS has altered the function and PA's userID is no longer functionally existent. I have to do my own testing as no logs were retained and info is too generic for my liking. Perhaps the AppID is only valid for the onedrive application you install in Windows and not the website.
Just to piggyback off of what @reaper already mentioned, and I suspect is the proper answer to why you aren't seeing this traffic, I just wanted to verify that on 8736-8195 this traffic is being properly identified as ms-onedrive-uploading with the web client and the OneDrive client when the traffic is being decrypted.
However, while this does work sometimes, the behavior is relatively inconsistent. I've tested on the master image with published notepad and had it work, then booted servers up on latest image version and had it not work with published notepad, using same account. Master and VDAs are in same OU. It works every time when launching in the same silo via a published desktop, the only inconsistency revolves around using it with Published Applications.
I thought this was the method used prior to Citrix and MS officially supporting Onedrive with Published Applications. I didn't think we hjad to use scheduled tasks anymore for this? Since this does appear to work occasionally for some users without the scheduled task, I believe this would cause duplications of the Onedrive.exe.
It shouldn't cause duplication. Attempting to launch onedrive again in a session might just open the window. I have this running at an environment with 2203 cu4 and don't see any issues with onedrive opening twice.
Note that rclone runs a webserver on your local machine to collect thetoken as returned from Microsoft. This only runs from the moment itopens your browser to the moment you get back the verificationcode. This is on :53682/ and this it may requireyou to unblock it temporarily if you are running a host firewall.
Now the application is complete. Run rclone config to create or edit a OneDrive remote.Supply the app ID and password as Client ID and Secret, respectively. rclone will walk you through the remaining steps.
The Sites.Read.All permission is required if you need to search SharePoint sites when configuring the remote. However, if that permission is not assigned, you need to exclude Sites.Read.All from your access scopes or set disable_site_permission option to true in the advanced options.
Starting from July 2023 SHA1 support is being phased out in OnedrivePersonal in favour of QuickXorHash. If necessary the--onedrive-hash-type flag (or hash_type config option) can be usedto select SHA1 during the transition period if this is importantyour workflow.
It does this by using the delta listing facilities of OneDrive whichreturns all the files in the remote very efficiently. This is muchmore efficient than listing directories recursively and is Microsoft'srecommended way of reading all the file information from a drive.
The API used for the recursive listing (ListR) only supports listingfrom the root of the drive. This will become increasingly inefficientthe further away you get from the root as rclone will have to discardfiles outside of the directory you are using.
Any files you delete with rclone will end up in the trash. Microsoftdoesn't provide an API to permanently delete files, nor to empty thetrash, so you will have to do that with one of Microsoft's apps or viathe OneDrive website.
If set to true, you will no longer be able to search for a SharePoint site whenconfiguring drive ID, because rclone will not request Sites.Read.All permission.Set it to true if your organization didn't assign Sites.Read.All permission to theapplication, and your organization disallows users to consent app permissionrequest on their own.
By default, rclone will hide OneNote files in directory listings becauseoperations like "Open" and "Update" won't work on them. But thisbehaviour may also prevent you from deleting them. If you want todelete OneNote files or otherwise want them to show up in directorylisting, set this option.
This will only work if you are copying between two OneDrive Personal drives ANDthe files to copy are already shared between them. In other cases, rclone willfall back to normal copy (which will be slightly slower).
Before rclone 1.62 an SHA1 hash was used by default for OnedrivePersonal. For 1.62 and later the default is to use a QuickXorHash forall onedrive types. If an SHA1 hash is desired then set this optionaccordingly.
However the delta listing API only works at the root of thedrive. If you use it not at the root then it recurses from the rootand discards all the data that is not under the directory you askedfor. So it will be correct but may not be very efficient.
As a rule of thumb if nearly all of your data is under rclone's rootdirectory (the root/directory in onedrive:root/directory) thenusing this flag will be be a big performance win. If your data ismostly not under the root then using this flag will be a bigperformance loss.
OneDrive supports System Metadata (not User Metadata, as of this writing) forboth files and directories. Much of the metadata is read-only, and there are somedifferences between OneDrive Personal and Business (see table below fordetails).
Permissions are also supported, if --onedrive-metadata-permissions is set. Theaccepted values for --onedrive-metadata-permissions are read, write,read,write, and off (the default). write supports adding new permissions,updating the "role" of existing permissions, and removing permissions. Updatingand removing require the Permission ID to be known, so it is recommended to useread,write instead of write if you wish to update/remove permissions.
When adding permissions, an email address can be provided in the User.ID orDisplayName properties of grantedTo or grantedToIdentities. Alternatively,an ObjectID can be provided in User.ID. At least one valid recipient must beprovided in order to add a permission for a user. Creating a Public Link is alsosupported, if Link.Scope is set to "anonymous".
If you don't use rclone for 90 days the refresh token willexpire. This will result in authorization problems. This is easy tofix by running the rclone config reconnect remote: command to get anew token and refresh token.
There are quite a few characters that can't be in OneDrive filenames. These can't occur on Windows platforms, but on non-Windowsplatforms they are common. Rclone will map these names to and from anidentical looking unicode equivalent. For example if a file has a ?in it will be mapped to instead.
The entire path, including the file name, must contain fewer than 400 characters for OneDrive, OneDrive for Business and SharePoint Online. If you are encrypting file and folder names with rclone, you may want to pay attention to this limitation because the encrypted names are typically longer than the original ones.
Every change in a file OneDrive causes the service to create a newversion of the file. This counts against a users quota. Forexample changing the modification time of a file creates a secondversion, so the file apparently uses twice the space.
Note At the time of writing Onedrive Personal creates versions(but not for setting the modification time) but the API for removingthem returns "API not found" so cleanup and no_versions should notbe used on Onedrive Personal.
Starting October 2018, users will no longer be able todisable versioning by default. This is because Microsoft has broughtanupdateto the mechanism. To change this new default setting, a PowerShellcommand is required to be run by a SharePoint admin. If you are anadmin, you can run these commands in PowerShell to change thatsetting:
OneDrive supports rclone cleanup which causes rclone to look throughevery file under the path supplied and delete all version but thecurrent version. Because this involves traversing all the files, thenquerying each file for versions it can be quite slow. Rclone does--checkers tests in parallel. The command also supports --interactive/ior --dry-run which is a great way to see what it would do.
7fc3f7cf58