From 015e3b4716a15c674829034bce56b83b323688df Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 00:19:05 -0700 Subject: convert date metadata field to ISO 8601 --- source/blog/2015-02-24-the-new-onedrive-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/2015-02-24-the-new-onedrive-api.md') diff --git a/source/blog/2015-02-24-the-new-onedrive-api.md b/source/blog/2015-02-24-the-new-onedrive-api.md index 1c5ea101..9a74d89f 100644 --- a/source/blog/2015-02-24-the-new-onedrive-api.md +++ b/source/blog/2015-02-24-the-new-onedrive-api.md @@ -1,6 +1,6 @@ --- title: "The new OneDrive API" -date: 2015-02-24 18:31:19 -0800 +date: 2015-02-24T18:31:19-0800 date-display: February 24, 2015 --- Microsoft released the new OneDrive API today. See the blog post announcement [here](https://blog.onedrive.com/the-new-onedrive-api/). One highlight is that [large file upload](http://onedrive.github.io/items/upload_large_files.htm) 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](https://gist.github.com/rgregg/37ba8929768a62131e85). 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](https://github.com/mk-fg/python-onedrive). I have opened an issue: `mk-fg/python-onedrive#52` — [New OneDrive API support](https://github.com/mk-fg/python-onedrive/issues/52). -- cgit v1.2.1