This board is the new home for david63's extensions.

All of the extensions hosted here will need to be treated as a new install as there is no migration from the original ones to these, and furthermore, no support will be given to migrating to any of these extensions from previous versions.


Due to the selfishness of certain board members it has become necessary to apply a limit of how many downloads each member can make before making a donation. Once a donation has been made then you will have unlimited downloads.

[3.3.0] Dropbox Upload

Fully working extensions
User avatar
devspace
Owner
Owner
Posts: 258
Joined: October 2022

[3.3.0] Dropbox Upload

#1

Post by devspace »

Dropbox Upload for Auto db Backup:

Extends autobackup to allow the copying of the backup file to your Dropbox account.

Compatibility:

Image Image

Image

Notes:
  • If you are using any other version of this extension then it must be Disabled /Delete data and the original files deleted before installing this version - you will loose all settings.
  • You must have the Auto db Backup extension installed in order to install this extension.
  • You will need a Dropbox account to be able to use this feature.
Features:
  • Set the folder structure on your Dropbox account.
  • Set the frequency of the uploads.
Language(s):
  • en
Version:
  • 3.3.0
Installation:
  • Download the latest release and unzip it.
  • Upload the unzipped files to [board root]/ext/devspace/dropboxupload and enable it in the ACP
Configuration:
  • ACP
  • Maintenance
  • Auto database backup
  • Dropbox settings
Extension Download:

User avatar
devspace
Owner
Owner
Posts: 258
Joined: October 2022

[3.3.0] Dropbox Upload

#2

Post by devspace »

Announcements:

proviter
Member
Member
Posts: 7
Joined: August 2023

Re: [3.3.0] Dropbox Upload

#3

Post by proviter »

Hello!
This is Ru language pack.
You do not have the required permissions to view the files attached to this post.

proviter
Member
Member
Posts: 7
Joined: August 2023

Re: [3.3.0] Dropbox Upload

#4

Post by proviter »

I noticed the difference in token.
Dropbox generates a Access token 143 symbols. But in the settings, in the token field, only 100 symbols are placed in the token field.
Changes in the dropbox?

User avatar
devspace
Owner
Owner
Posts: 258
Joined: October 2022

Re: [3.3.0] Dropbox Upload

#5

Post by devspace »

proviter wrote: 02 Sep 2023, 10:09
I noticed the difference in token.
Dropbox generates a Access token 143 symbols. But in the settings, in the token field, only 100 symbols are placed in the token field.
Changes in the dropbox?
Possibly - will check it.

User avatar
devspace
Owner
Owner
Posts: 258
Joined: October 2022

Re: [3.3.0] Dropbox Upload

#6

Post by devspace »

proviter wrote: 02 Sep 2023, 10:09
I noticed the difference in token.
Dropbox generates a Access token 143 symbols. But in the settings, in the token field, only 100 symbols are placed in the token field.
Changes in the dropbox?
It is not a major issue - it is just a limit in the template file

Open ext\devspace\dropboxupload\adm\style\dropboxupload_manage.html

Find

Code: Select all

<input class="textbox" name="dropbox_token" type="text" id="dropbox_token" value="{{ DROPBOX_TOKEN }}" size="50" maxlength="100">
Replace with

Code: Select all

<input class="textbox" name="dropbox_token" type="text" id="dropbox_token" value="{{ DROPBOX_TOKEN }}" size="100" maxlength="255">

proviter
Member
Member
Posts: 7
Joined: August 2023

Re: [3.3.0] Dropbox Upload

#7

Post by proviter »

devspace wrote:
It is not a major issue - it is just a limit in the template file
Thank you! ;)
I will deal with the Auto database backup, does not want to create a backup.

proviter
Member
Member
Posts: 7
Joined: August 2023

Re: [3.3.0] Dropbox Upload

#8

Post by proviter »

Hei!
I got a backup in a day from Auto database backup!
But now, I do not understand how the dropbox works.
When does it work? When creating a database?
And if there are several? What value should be set? 1,2.3?
What is this? What are the values of the values here?
And in the log of errors I have:
Anonymous 178.xxx.xx.4x
» {"error_summary": "expired_access_token/", "error": {".tag": "expired_access_token"}}
But the keys and token are true, I created them under this application.