CloudWFX is out! (SkyDrive WFX plugin) [Updated: 2013/06/10]
Moderators: Hacker, petermad, Stefan2, white
- KuttKatrea
- Junior Member
- Posts: 19
- Joined: 2010-02-16, 16:39 UTC
- Location: Mexico
- Contact:
- KuttKatrea
- Junior Member
- Posts: 19
- Joined: 2010-02-16, 16:39 UTC
- Location: Mexico
- Contact:
@KuttKatrea tanks a lot for keeping this plugin updated.
A suggestion, how about adding mega support, they do have an open api?
https://mega.co.nz/#developers
At the moment I think it's the best free service with 50GiB of encrypted storage and no file size limit.
A suggestion, how about adding mega support, they do have an open api?
https://mega.co.nz/#developers
At the moment I think it's the best free service with 50GiB of encrypted storage and no file size limit.
- KuttKatrea
- Junior Member
- Posts: 19
- Joined: 2010-02-16, 16:39 UTC
- Location: Mexico
- Contact:
Maybe an addition to the Future list:
OwnCloud: A opensource Cloud service that can run on your own Server. (its also acceptabele by WebDAV)
http://owncloud.org/sync-clients/ -> Here is the source code of the Client software
The ownCloud client software is based on Mirall, which is Free Software. The source can be downloaded
Option in OwnCloud: External Storage
Mounting DropBox, Swift, FTPs, GoogleDocs, S3 and external WebDAV servers now works, and is significantly more performant than it used to be.
OwnCloud: A opensource Cloud service that can run on your own Server. (its also acceptabele by WebDAV)
http://owncloud.org/sync-clients/ -> Here is the source code of the Client software
The ownCloud client software is based on Mirall, which is Free Software. The source can be downloaded
Option in OwnCloud: External Storage
Mounting DropBox, Swift, FTPs, GoogleDocs, S3 and external WebDAV servers now works, and is significantly more performant than it used to be.
- KuttKatrea
- Junior Member
- Posts: 19
- Joined: 2010-02-16, 16:39 UTC
- Location: Mexico
- Contact:
I'll check it. In a quick view I don't see an upload API, but it might be used with WebDav (Also, adding WebDav support in the process)Cruysen wrote:Maybe an addition to the Future list:
OwnCloud: A opensource Cloud service that can run on your own Server. (its also acceptabele by WebDAV)
~ Build up ~
- KuttKatrea
- Junior Member
- Posts: 19
- Joined: 2010-02-16, 16:39 UTC
- Location: Mexico
- Contact:
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2Nigurrath
Where can I find info on that? I ask because I have also written a OneDrive plugin, although for Android, not Windows. It uses the official Microsoft OneDrive SDK.
Where can I find info on that? I ask because I have also written a OneDrive plugin, although for Android, not Windows. It uses the official Microsoft OneDrive SDK.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I refer exactly to the support of onedrive for business accounts, those who have office365. For example, look at what the microsoft apps are doing.
In my situation I have exactly the same account for business and for personal usage. Previously I had user AA created for personal usage to which I was accessing a normal onedrive account. Now my company moved to office365 and used the same AA login mail address I used before. Now therefore I am asked by the MS apps each time I log into onedrive if I want to enter onedrive using AA as personal or business account. In my specific situation it disambiguate my two accounts, the one used before for personal usage and the one (with same email address) used now for business, but in general there are two types of logins..
http://blog.onedrive.com/one-place-for-all-your-work-files-introducing-onedrive-for-business/
as for the SDK I haven't found on the fly where to do this differentiation, but what I can say is that all the MS office application for Windows and iOS are working like this.
and, it's not a feature of the account but a feature of the program that is able to intercept this situation and then switch between two login methods. For example the personal account doesn't allow password longer than 10 chars, while the business account have longer passwords.
http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/use-the-onedrive-for-business-app-on-an-iphone-or-ipad-HA104005688.aspx#_Supported__authentication
http://msdn.microsoft.com/en-us/library/windows/apps/dn263258.aspx
In my situation I have exactly the same account for business and for personal usage. Previously I had user AA created for personal usage to which I was accessing a normal onedrive account. Now my company moved to office365 and used the same AA login mail address I used before. Now therefore I am asked by the MS apps each time I log into onedrive if I want to enter onedrive using AA as personal or business account. In my specific situation it disambiguate my two accounts, the one used before for personal usage and the one (with same email address) used now for business, but in general there are two types of logins..
http://blog.onedrive.com/one-place-for-all-your-work-files-introducing-onedrive-for-business/
as for the SDK I haven't found on the fly where to do this differentiation, but what I can say is that all the MS office application for Windows and iOS are working like this.
and, it's not a feature of the account but a feature of the program that is able to intercept this situation and then switch between two login methods. For example the personal account doesn't allow password longer than 10 chars, while the business account have longer passwords.
http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/use-the-onedrive-for-business-app-on-an-iphone-or-ipad-HA104005688.aspx#_Supported__authentication
http://msdn.microsoft.com/en-us/library/windows/apps/dn263258.aspx
always latest 32b TC on a WIN10 64b
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
OK, it seems that OneDrive for business only has the name in common with the normal OneDrive - the access is completely different. OneDrive for Business seems to use the Sharepoint REST API.
Therefore I don't think that OneDrive for Business could be supported with this plugin and my Android plugin.
Therefore I don't think that OneDrive for Business could be supported with this plugin and my Android plugin.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Just a minor thing:
Since your plug-in uses Json.NET, please respect its license conditions.
All it requires you to do is to include its copyright and permission notice in your software package - for example, bundling the license.txt from the Json.NET package with your ZIP archive would be sufficient.
Anyway, i stop counting beans now
Since your plug-in uses Json.NET, please respect its license conditions.
All it requires you to do is to include its copyright and permission notice in your software package - for example, bundling the license.txt from the Json.NET package with your ZIP archive would be sufficient.
Anyway, i stop counting beans now
