Skip to content

Commit a818d80

Browse files
committed
Adding annotations 'fcloud dropbox get-token'
1 parent de84055 commit a818d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fcloud/cli/groups/dropbox.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def __init__(self):
2020
self._auth_link = "https://www.dropbox.com/oauth2/authorize?client_id={}&token_access_type=offline&response_type=code"
2121

2222
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"""
2325
config = configparser.ConfigParser()
2426
config.read(environ.get("FCLOUD_CONFIG_PATH"))
2527
app_key = get_config_data("DROPBOX", "app_key")

0 commit comments

Comments
 (0)