phpbu/phpbu-dropbox-helper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpbu/phpbu-dropbox-helper

最新稳定版本:0.1.1

Composer 安装命令:

composer require phpbu/phpbu-dropbox-helper

包简介

phpbu Dropbox Helper

README 文档

README

Small script to obtain the "offline" refresh token that is required for the phpbu Dropbox config.

<sync type="dropbox">
  <option name="refreshToken" value="MY_REFRESH_TOKEN" />
  <option name="appKey" value="APP_KEY" />
  <option name="appSecret" value="APP_SECRET" />
  <option name="path" value="/phpbu-backup/%Y" />
</sync>

For this script to work you have to create a Dropbox App in your Dropbox App Center to obtain the AppKey and the AppSecret.

You will need both to obtain the necessary refresh token.

Run the script enter both, then you have to open a given URL in your browser and login with your Dropbox account. This will authorize the app to access your account. You will receive an AppCode. Enter this code on the prompt of the script to finally get your RefreshToken.

Install & Usage

Clone

git clone git@github.com:sebastianfeldmann/phpbu-dropbox-helper.git
cd phpbu-dropbox-helper
composer install
bin/dropbox

Composer

composer require --dev phpbu/phpbu-dropbox-helper
vendor/bin/dropbox

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-24