โ˜… Dropbox will turn off v1 of their API soon. It's time to update your PHP application.

1 ยท Freek Van der Herten ยท April 24, 2017, 11:53 a.m.
Last year on 28th of June Dropbox deprecated v1 of their API. On the same date this year they will turn off all v1 endpoints. If you're using Flysystem, Laravel or the official PHP SDK to work with Dropbox, it's the time to update. Last week my company released a Dropbox API client and a Flysystem Dropbox adapter that both use v2 of the dropbox API. In this blogpost I'd like to explain how to install and use these packages. Updating Flysytem adapters Flysystem is an awesome package created by Fr...