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 for phpBB 3.3.x
Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

I have download the dropbox upload and the auto backup and install both on one of my test boards and I config the Dropbox uploads with app access keys and the token and when I set it to auto backup the data base and the log in my phpbb show The Dropbox upload failed any suggestions

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

Re: [3.3.0] Dropbox Upload

Post by devspace »

Waltons72 wrote: 18 Mar 2026 19:24
I have download the dropbox upload and the auto backup and install both on one of my test boards and I config the Dropbox uploads with app access keys and the token and when I set it to auto backup the data base and the log in my phpbb show The Dropbox upload failed any suggestions
Have you created the app in Dropbox? The instrutions are at the bottom of the Dropbox settings page.

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

Yes I have created the app

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

here is a screen shot of my dropbox app

Image

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

still having issue with the dropbox upload still come up The Dropbox upload failed

I created the apps and set the permissions and add to the phpbb dropbox setting on my phpbb broad

here is a screen shot of my permissions setting on dropbbox app
https://drive.google.com/file/d/1TLuSo ... p=sharing

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

Re: [3.3.0] Dropbox Upload

Post by devspace »

The only permission that I can see that is missing is files.content.read

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

ok

I'll make the change and let you know once the auto database runs again

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

I made the change to the drop box permission and the dropbox still come up as The Dropbox upload failedThe Dropbox upload failed

amd the phpbb error log show
Dropbox returned the error
» {"error_summary": "invalid_access_token/..", "error": {".tag": "invalid_access_token"}}

and i wemt ahead and generate a nre one

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

can you give me an exsample on how this offline url should work on the outh redirect

Your authorization URL should look like:

https://www.dropbox.com/oauth2/authoriz ... _type=code

when i try add this to the
Redirect URIs on OAuth 2 after replace yje clinet ID with my app key it show inviald domain

https://developers.dropbox.com/oauth-guide


the offline part is what refreash the token for new one

The Full Process to get a Refresh Token
Authorize: Paste the URL above into your browser while logged into your Dropbox account and click Allow.

and when i try used that url in my browser with my app ley in the url it just redirect me to the search engine

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

Since i couldn't get this extention work i found a better option using the muilcloud ftp transfer to google drive

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

still having problems get this extention to work

the error log shows

Dropbox returned the error
» {"error_summary": "invalid_access_token/.", "error": {".tag": "invalid_access_token"}}

The Dropbox upload failed

and i found a way to generate a long last dropbox token and that token still cause the invaild access token error and i try all steps that was on this thread also

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

Here is an screen shot of my dropbox phpbb setting on the phpbb forum


Image

and screen shot of my dropbox app permission
https://www.awesomescreenshot.com/image ... 20aecabbbd

and i found a way to Gernerate a offline token at https://www.dropbox.com/oauth2/authoriz ... ber here

I don't know if somethhing on my webhost blocking or not webhostpython.com witch is part of the worldhost groups family web host

Code: Select all

Sat Apr 04, 2026 12:11 pm	Dropbox returned the error
» {"error_summary": "invalid_access_token/.", "error": {".tag": "invalid_access_token"}

Waltons72
Member
Member
Posts: 12
Joined: March 2026

Re: [3.3.0] Dropbox Upload

Post by Waltons72 »

Dave,

do you plan on update the extention to add support for the refreash token to the extention as i think those short live token is what cause the extention to failed and i never got the extention to work.