在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jimdoescode/CodeIgniter-Dropbox-API-Library开源软件地址(OpenSource Url):https://github.com/jimdoescode/CodeIgniter-Dropbox-API-Library开源编程语言(OpenSource Language):PHP 100.0%开源软件介绍(OpenSource Introduction):CodeIgniter Dropbox API LibraryThis library will let a user authenticate with dropbox and perform actions such as uploading files, moving files, and deleting files from their dropbox account. Basic documentation can be found on my blog at http://jimdoescode.blogspot.com The example controller provided will also give you a good idea of how to authenticate and use the library. UsageCopy the files under your application directory. Then load the library like this: $params['key'] = 'YOUR DROPBOX CONSUMER KEY'; $params['secret'] = 'YOUR DROPBOX CONSUMER SECRET'; $this->load->library('dropbox', $params); $dbobj = $this->dropbox->account(); LicenseThis library is licensed under the MIT license. SparksYou can also use this library with Sparks. Simply install using sparks then call. $this->load->spark('dropbox/1.0.0'); Then load the library as specified in the usage. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论