-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropbox connection #1596
Comments
@standus Please set 'consumerKey', 'consumerSecret', 'accessToken' and 'accessTokenSecret' in volume root options. |
Sure I have it too, but EF still want user confirm. |
I tested with next config. It was no problem. array(
'driver' => 'Dropbox',
'consumerKey' => 'xxxxx',
'consumerSecret' => 'xxxxx',
'accessToken' => 'xxxxx',
'accessTokenSecret' => 'xxxxx',
'path' => '/Public',
); |
I tested on clean install as multiroot: but Dropbox is not listed on left. |
Driver "elFinderVolumeDropbox" : Root folder does not exist. |
Can you connect with netmount? |
No. |
When I disable I see next function ->stat(..) and inside: |
Did you make dropbox App as Full Dropbox? |
As Full too. Result is always the same: |
Witch version of elFinder are you using? Please try latest version or latest nightly. |
2.1.14 ---------- Původní zpráva ---------- Od: Naoki Sawada [email protected] Komu: Studio-42/elFinder [email protected] Datum: 16. 8. 2016 9:06:06 Předmět: Re: [Studio-42/elFinder] Dropbox connection (#1596) " Witch version of elFinder are you using? Please try latest version or latest — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub "= |
I can't reproduce this issue in my site. Could you do debug of elFinderVolumeDropbox.class.php |
all functions return empty array. when i debug localfilesystem then always ---------- Původní zpráva ---------- Od: Naoki Sawada Datum: 16. 8. 2016 v 13:04:32 Předmět: Re: [Studio-42/elFinder] Dropbox connection (#1596) I can't reproduce this issue in my site. Could you do debug of — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub |
in function _stat($path) return isMyReload() and then it goes to getDBdat($path), but in getDBdat is request with SQL query. Why query to DB as I said berofe? Nowhere in documentation is not information about DB connection. |
Dropbox driver use SQLite DB for cache. DB data file(.elFinder_dropbox_db_[unique key]) will be created in tmp directory(option |
OK, maybe some problem with my Win OS? |
mount(array $opts) cals: stat($path) |
Would you try to clear session cache by browser restart? |
Done, no good result. Same another browsers. |
umm... I don't get it. I have test site on XAMPP 5.6.23 (Windows 10). That is no problem. |
Do you have any error messages in the debug tab of the info dialog? |
Here is my sources and try it on your PC please. |
I got same error. I'll debug it. |
Could you try install |
I found a bug and fixed it. @standus Thanks! 👍 Please delete DB file before retry with this fix. |
I confirm that it works now. Without any pear libs. Thanks too Naoki. Perfect cooperation. |
I already have access tokens to dropbox, but elfinder need confirm connection.
I passed it into accessToken and accessTokenSecret in $opts.
The text was updated successfully, but these errors were encountered: