aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-02-24-the-new-onedrive-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/blog/2015-02-24-the-new-onedrive-api.md')
-rw-r--r--source/blog/2015-02-24-the-new-onedrive-api.md2
1 files changed, 1 insertions, 1 deletions
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).