private property BackupMigrateDropboxAPI::$is_resending_after_refresh in Backup and Migrate Dropbox 7.3
Indicates if we are resending a request that failed earlier because the bearer token had expired. This prevents resending over and over again in case something else is going wrong.
Type: bool
File
- ./
backup_migrate_dropbox.dropbox_api.inc, line 35
Class
- BackupMigrateDropboxAPI
- BackupMigrateDropboxAPI contains all the details about the Dropbox api, authorization calls, endpoints, uris, parameters, error handling, and split requests for large uploads/downloads
Code
private $is_resending_after_refresh = FALSE;