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.
2 parents c49834c + 5d6b482 commit 6100257Copy full SHA for 6100257
example/back-up-and-restore/backup-and-restore-example.py
@@ -28,7 +28,7 @@ def backup():
28
# This checks for the specific error where a user doesn't have
29
# enough Dropbox space quota to upload this file
30
if (err.error.is_path() and
31
- err.error.get_path().error.is_insufficient_space()):
+ err.error.get_path().reason.is_insufficient_space()):
32
sys.exit("ERROR: Cannot back up; insufficient space.")
33
elif err.user_message_text:
34
print(err.user_message_text)
0 commit comments