-
Notifications
You must be signed in to change notification settings - Fork 5
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
google drive #21
Comments
It's not yet implemented. Would you like to use it? |
Yes, I would really like to make it happen if it's possible. If there are
instructions on how to get started I would try with some pull commits.
Il Lun 22 Lug 2024, 13:31 simialbi ***@***.***> ha scritto:
… It's not yet implemented. Would you like to use it?
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACMSCQWHGEJUGBAQDGMALZNTURTAVCNFSM6AAAAABLG6OKK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSG4ZTINBRGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I added GoogleDriveConfiguration to the master branch, but don't have tested. Change the version of elfinder to 'connectionSets' => [
'default' => [ // like elfinder roots
[
'class' => 'simialbi\yii2\elfinder\ElFinderConfigurationGoogleDrive',
'connection_id' => '',
'client_secret' => ''
]
]
], (according to elfinder issue comments) |
Thanks, I'll check it out!
Il Lun 22 Lug 2024, 15:56 simialbi ***@***.***> ha scritto:
… I added GoogleDriveConfiguration
<https://github.com/simialbi/yii2-elfinder/blob/master/src/ElFinderConfigurationGoogleDrive.php>
to the master branch, but don't have tested. Change the version of elfinder
to dev-master in your composer.json, so you can test it. You have to at
least fill:
'connectionSets' => [
'default' => [ // like elfinder roots
[
'class' => 'simialbi\yii2\elfinder\ElFinderConfigurationGoogleDrive',
'connection_id' => '',
'client_secret' => ''
]
]
],
(according to elfinder issue comments)
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACMSD43QAOEWXAFQ2SEZDZNUFQRAVCNFSM6AAAAABLG6OKK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBTGAZDQMZTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In my module init events I've a loop for create N connectionSets:
I clean the cache for change from filesystem to google drive but console get this to me: thanks |
Hmmm... Ok. I'll have a look |
Ok, thanks.
Il Mer 24 Lug 2024, 17:24 simialbi ***@***.***> ha scritto:
… Hmmm... Ok. I'll have a look
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACMSDL6QRVRVTWZWYNPKLZN7BL7AVCNFSM6AAAAABLG6OKK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBYGI4TOOJVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi @simialbi all fine there ? Any news for me ? Thanks |
Hi @paskuale75 I try to fix it this week |
any examples of use with google drive?
thanks
The text was updated successfully, but these errors were encountered: