Onedrive connection #3374
Replies: 6 comments 10 replies
-
I am also having this problem. I am running it on a live server, and I have the Google Drive connector working. Been banging my head against the keyboard the last few hours.. my file dir is my uri or redirect is set as.. at Microsoft/Azure the file is there and returning the output of: it was redirecting me to the authorization page and saying the wrong uri was set. Anything anyone can tell me to keep some of my hair intact would be great... LOL... Thanks. |
Beta Was this translation helpful? Give feedback.
-
The "GotoOnedrive & approve" button contains the redirect URI in the script tag. Please check if the URL and the URL registered in Azure are the same. |
Beta Was this translation helpful? Give feedback.
-
I have verified the links are correct, now azure is returning there is a
trailing /
from (elfinder)
redirect_uri=https%3A%2F%2Fyes.mypc.rocks%2Fdesktop%2Ffiles%2Fphp%2Fconnector.minimal.php%2Fnetmount%2Fonedrive%2F1
from(azure setup)
https://yes.mypc.rocks/desktop/files/php/connector.minimal.php/netmount/onedrive/1
and
https://yes.mypc.rocks/desktop/files/php/connector.minimal.php/netmount/onedrive/1/
I have both in azure, have tried each separate and several other
combinations
…On Wed, Jul 7, 2021 at 1:08 AM Naoki Sawada ***@***.***> wrote:
The "GotoOnedrive & approve" button contains the redirect URI in the
script tag. Please check if the URL and the URL registered in Azure are the
same.
[image: 210707-135721]
<https://user-images.githubusercontent.com/1412630/124703122-abdeea00-df2c-11eb-8d08-8155614f2a71.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3374 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSOEQ4VYR3QGO2HYDDYCSLTWPOLZANCNFSM4743LGWA>
.
|
Beta Was this translation helpful? Give feedback.
-
Tried reinstalling, now i am seeing
errAccess invalid_client: AADSTS7000215: Invalid client secret is provided.
Trace ID: 989e0706-cc3c-407a-a237-62582a4bb802 Correlation ID:
71a01c1e-4253-41de-b5ee-610541f10e6a Timestamp: 2021-07-07 06:06:17Z
…On Wed, Jul 7, 2021 at 1:08 AM Naoki Sawada ***@***.***> wrote:
The "GotoOnedrive & approve" button contains the redirect URI in the
script tag. Please check if the URL and the URL registered in Azure are the
same.
[image: 210707-135721]
<https://user-images.githubusercontent.com/1412630/124703122-abdeea00-df2c-11eb-8d08-8155614f2a71.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3374 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSOEQ4VYR3QGO2HYDDYCSLTWPOLZANCNFSM4743LGWA>
.
|
Beta Was this translation helpful? Give feedback.
-
I got it.... I was using the Client ID, from Azure when I needed to be
using the Value....
…On Wed, Jul 7, 2021 at 1:08 AM Naoki Sawada ***@***.***> wrote:
The "GotoOnedrive & approve" button contains the redirect URI in the
script tag. Please check if the URL and the URL registered in Azure are the
same.
[image: 210707-135721]
<https://user-images.githubusercontent.com/1412630/124703122-abdeea00-df2c-11eb-8d08-8155614f2a71.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3374 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSOEQ4VYR3QGO2HYDDYCSLTWPOLZANCNFSM4743LGWA>
.
|
Beta Was this translation helpful? Give feedback.
-
Are you in the US, would you be able to call Me? I am currently without a
computer, however I am willing to help.
Thanks.
…On Thu, Jul 22, 2021, 2:00 PM Nounours13 ***@***.***> wrote:
Hi nao-pon
Thanks for your anwer, but i don't understand what i've did wrong.
I've search in all debug mode. I've no error in all page but the drive not
connect.
I've the same symptom.
That I don't underestand also, that how on your demo site I can connect my
onedrive drive without problem while in your configuration.php you haven't
client_id nor client_secret.
It's a mystery for me.
Cordially ...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3374 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSOEQ44TGM4SCLHZYJXAOLTZBMB5ANCNFSM4743LGWA>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I attempt to connect elfinder (2.1.59) to onedrive.
I've set in connector.minimal.php this parameters:
define('ELFINDER_CONNECTOR_URL', 'http://localhost/testelfinder/php/connector.minimal.php');
define('ELFINDER_ONEDRIVE_CLIENTID','da67ae7f-aa11-xxxxxx'); //Key generated to Microsoft Azure
define('ELFINDER_ONEDRIVE_CLIENTSECRET','SGaSj9zzi6Uc683xxxxxxx'); //Key generated to Microsoft Azure
I've added this redirected URI in microsoft Azure
http://localhost/testelfinder/php/connector.minimal.php/netmount/onedrive/1
Then when i click on "mount network volume"
An other tab open whith autentification and this tab close and after on elfinder i've the same windows
I can only click on "Goto Onedrive & approve" or "cancel". If i click to "Goto Onedrive & approve" there is the same thing and if i click to "cancel" the window close. and the drive not mount.
I've this informations on debug
Anybody can help me.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions