mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Create start_dropbox_token.html
This commit is contained in:
40
dropbox/start_dropbox_token.html
Normal file
40
dropbox/start_dropbox_token.html
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<title>Dropbox Token for Duplicacy</title>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<p class="text-center lead">To use Duplicacy with Dropbox, you must obtain an access token first.</p>
|
||||
<div class="row">
|
||||
<form action="https://www.dropbox.com/1/oauth2/authorize" method="get">
|
||||
<input type="hidden" name="response_type" value="token"/>
|
||||
<input type="hidden" name="client_id" value="vp00fqqtagpzk0l"/>
|
||||
<input type="hidden" name="redirect_uri" value="https://dl.dropboxusercontent.com/u/95866350/show_dropbox_token.html"/>
|
||||
<button type="submit" class="btn btn-primary center-block">Continue</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user