You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created new test project with composer only.
Added elFinder, Google API 2, Dropbox and ziparchive - all via composer.
Therefore elFinder is currently latest nightly version 2.51
Connecting to box works perfectly (new window), granting access also, but coming return the original window is the same .. and nothing is added (but code which will be used as access_token later is defined and coming back from box) - the first popup window is displayed again
At initialization an error is shown (debug enabled):
mountErrors
Driver "elFinderVolumeBox" : Required option `accessToken` is undefined.
Compared to the Dropbox connector, defining (inside the $roots array) 'accessToken' => 'TOKEN'
solves the error, but establish no connection!
Beside this, accessToken or access_token is nowhere mentioned!
The text was updated successfully, but these errors were encountered:
Created new test project with composer only.
Added elFinder, Google API 2, Dropbox and ziparchive - all via composer.
Therefore elFinder is currently latest nightly version 2.51
box is defined as:
2x define(..)
and
Connecting to box works perfectly (new window), granting access also, but coming return the original window is the same .. and nothing is added (but code which will be used as access_token later is defined and coming back from box) - the first popup window is displayed again
At initialization an error is shown (debug enabled):
Compared to the Dropbox connector, defining (inside the $roots array)
'accessToken' => 'TOKEN'
solves the error, but establish no connection!
Beside this, accessToken or access_token is nowhere mentioned!
The text was updated successfully, but these errors were encountered: