From 9a88e9ff0385f66e7c565a394908503dc6e916ad Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 28 Apr 2017 00:30:19 +0200 Subject: Site updated at 2017-04-28T00:29:42+02:00 source branch was at: f1965c50670f611ef54f9471490d45a554f7d866 Correct a link --- build/blog/2015-02-24-the-new-onedrive-api.html | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 build/blog/2015-02-24-the-new-onedrive-api.html (limited to 'build/blog/2015-02-24-the-new-onedrive-api.html') diff --git a/build/blog/2015-02-24-the-new-onedrive-api.html b/build/blog/2015-02-24-the-new-onedrive-api.html new file mode 100644 index 00000000..cb67b3f5 --- /dev/null +++ b/build/blog/2015-02-24-the-new-onedrive-api.html @@ -0,0 +1,41 @@ + + + + + + + +The new OneDrive API + + + + + + + + +
This blog has been archived.
Visit my home page at zhimingwang.org.
+ +
+
+

The new OneDrive API

+ +
+

Microsoft released the new OneDrive API today. See the blog post announcement here. One highlight is that large file upload is now officially supported. Previously, large file upload was handled with a semi-official API using the BITS protocol; the only documentation was a gist. Now it is handled through standard HTTP POST. With this major release, there's likely a lot of work to be done with python-onedrive. I have opened an issue: mk-fg/python-onedrive#52 — New OneDrive API support.

+

Interestingly, the new OneDrive API doc is hosted on GitHub Pages — onedrive.github.io, rather than MSDN. Exactly a week ago I wrote a piece, "Microsoft is getting cool (but not its website)". Looks like they are doing something about their website (or better put, their online identity), too.

+
+
+ + + -- cgit v1.2.1