-
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
OneDrive mount atomatically #2121
Comments
@alsantos123 To do that you need to get an access token. e.g array(
'driver' => 'OneDrive',
'path' => '/', // or folder ID (not path)
'accessToken' => '{"expires":1501753851,"data":{"token_type":"bearer","expires_in":3600,"scope":"wl.skydrive_update wl.offline_access","access_token":"xxxxxxxxxx"}}',
), |
Thanks nao-pon! =) |
I got error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible, after the first authorization, get mt OneDrive netdrive mount automatically? and specify the directory inside my onedrive to mount?
I really need specify, through my php connector, what directory, inside my OndeDrive, I want to be mounted.
Cheers.
The text was updated successfully, but these errors were encountered: