We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de84055 commit a818d80Copy full SHA for a818d80
fcloud/cli/groups/dropbox.py
@@ -20,6 +20,8 @@ def __init__(self):
20
self._auth_link = "https://www.dropbox.com/oauth2/authorize?client_id={}&token_access_type=offline&response_type=code"
21
22
def get_token(self):
23
+ """Will generate a link, to get a permanent token
24
+ that fcloud will use to receive and upload files to the cloud"""
25
config = configparser.ConfigParser()
26
config.read(environ.get("FCLOUD_CONFIG_PATH"))
27
app_key = get_config_data("DROPBOX", "app_key")
0 commit comments