From 8dd691829ed75ff929641771f783fcef33628309 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 11 Sep 2019 13:41:25 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0d3da5..410c302 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ References: * https://github.com/icewind1991/files_external_dropbox ## Latest features added +* added a Cachable Flysystem Adapter * a logic to refresh token (maybe it's not an elegat way to do this). After new token came back it's saved directly in Files_external config table) * upload large files (over graph limit of 4MB per request) [using uploadSession]