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
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Hi,
When there are multiple drives in business account, it select the only onedrive no matter what I tried.
When I tried to select second and added details of it, it still showing the first onedrive.
I tried doing alot but failed, if you can, please add drive_id option to solve this.
The text was updated successfully, but these errors were encountered:
Every account in E5 developer subscription still only has one drive, which can not satisfy the situation.
However, it seems OneDrive API puts drive ID in url segements like GET /drives/{drive-id}/root/search(q='{search-text}'), so maybe setting "driveApi": "https://graph.microsoft.com/v1.0/me/drive/<drive_id>" in config/api.json is just enough. Not sure and more tests are required anyway.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When there are multiple drives in business account, it select the only onedrive no matter what I tried.
When I tried to select second and added details of it, it still showing the first onedrive.
I tried doing alot but failed, if you can, please add drive_id option to solve this.
The text was updated successfully, but these errors were encountered: