Introduction - If you have any usage issues, please Google them yourself
Based on this code Baidu PCS PHP SDK, only for small file sharing. Need mod_rewrite, no mod_rewrite modify the links themselves
Installation
Authorized HiBCS, obtain Authorization Code, in order to obtain a 10-year validity Refresh Token Authorization Code by
`Config.php` corresponding configuration parameters
Refresh Token acquired filled `config.php` of` $ access_token = `in
Edit thumbnails Height Width `thumbnail.php`
$ width = 200 // width
$ height = 200 // height
Large files, modify the `php.ini` configuration example:
post_max_size = 128M
upload_max_filesize = 100M
max_execution_time = 600
memory_limit = 256M