newhinton / Round-Sync

An android cloud file manager, powered by rclone. Visit https://roundsync.com for more information!
https://roundsync.com
GNU General Public License v3.0
1.07k stars 39 forks source link

Webdav using Sharepoint Online missing from Rounsync. #197

Open leowankerddd opened 7 months ago

leowankerddd commented 7 months ago

If this is your first feature request, read our contribution guidelines.


Pre-Submission checklist

What version of Round Sync are you using (About -> App version)?

2.2.2 and also 2.4.2

What problem are you trying to solve?

In Microsoft SharePoint the server is requiring OAuth authentication. "SharePoint online" is the option in the regular rclone to do this only this is not an option available in round sync.

What should Round Sync be able to do differently to help with this problem?

roundsync needs to be updated to the same level as where rclone is for mounting webdav with OAuth authentication.

in round sync when configuring a webdav remote the option to add the vendor "SharePoint online" needs to be an option.

"Sharepoint Online, authenticated by Microsoft account" is the exact vendor that needs to be added as an option.

Do you think that it would be possible for me to create the proper remote using the command line version of rclone and then importing the config file into round sync?

newhinton commented 7 months ago

Do you think that it would be possible for me to create the proper remote using the command line version of rclone and then importing the config file into round sync?

Yes. Any valid rclone file can be imported. See the wiki for details

leowankerddd commented 6 months ago

So does this mean that if I create a remote using the regular rclone program for microsoft sharePoint with Oauth it will work even though you can't select Oauth when creating the remote in Roundsync?

Thanks.

newhinton commented 6 months ago

If the rclone version from android supports sharePoint, yes. If that is only available in a newer version, you have to wait for an update.