Replies: 1 comment 1 reply
-
Sorry but as mentioned in the ReadMe, OneDrive for business is not currently supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have multiple OneDrive accounts, two are business and one personal. I want to use the secondary business one for the backup so I ran the install and setup using an inPrivate session logged into that MS account but the authentication appears to fail after successfully logging in and authorising the permissions,
12/01/2022 05:34:48 Error: Unexpected error. Status Code: Forbidden
Microsoft.Graph.ServiceException: Code: accessDenied
Message: Access denied
Inner error:
AdditionalData:
date: 2022-12-01T05:34:48
request-id: fe41a963-c186-4f69-984a-d60ce8e9c2b2
client-request-id: fe41a963-c186-4f69-984a-d60ce8e9c2b2
ClientRequestId: fe41a963-c186-4f69-984a-d60ce8e9c2b2
at Microsoft.Graph.HttpProvider.SendAsync(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at Microsoft.Graph.BaseRequest.SendRequestAsync(Object serializableObject, CancellationToken cancellationToken, HttpCompletionOption completionOption)
at Microsoft.Graph.BaseRequest.SendAsync[T](Object serializableObject, CancellationToken cancellationToken, HttpCompletionOption completionOption)
at Microsoft.Graph.DriveRequest.GetAsync(CancellationToken cancellationToken)
at hassio_onedrive_backup.Graph.GraphHelper.GetFreeSpaceInGB() in /src/Graph/GraphHelper.cs:line 155
at hassio_onedrive_backup.Program.Main(String[] args) in /src/Program.cs:line 54
12/01/2022 05:34:48 Info: Interval Completed.
Any way this is supported or should I try from a machine where the primary 365 account is the one I want to use.
Thank you
David
Beta Was this translation helpful? Give feedback.
All reactions