Skip to content

Commit

Permalink
Cursorless endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Sep 30, 2023
1 parent a829528 commit 34048d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requeue_failed_files/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run(request):
dbx = dropbox.Dropbox(os.getenv("DROPBOX_ACCESS_TOKEN"))

try:
dbx.files_list_folder_continue(cursor=old_cursor)
dbx.files_list_folder("/")
except dropbox.exceptions.AuthError:
refresh_token()

Expand Down

0 comments on commit 34048d9

Please sign in to comment.