Closed akhil-rana closed 2 years ago
I've all my music in shared drive. I've tried implicitly passing folderId too when adding source but no luck.
I am experiencing the same issue. It can't detect the folders on my team shared drive.
Hey folks, thanks for reporting this! I tested the following scenarios.
Works:
1ZjBWuNeq7Tjg5358wIQ41P_Lb90OaGT7
)Not possible:
So that seems to work for me. I tried both regular and team accounts (at least I think it's a team account not a 100% on that). Also shares from both personal and team accounts (that is, team → personal account share, not other way around). I'm not sure what's different for you. Any thoughts?
Maybe it's an other issue altogether? Could you tell me which browser you're using? And if you see any errors in the developer console?
Also, if possible, could you check this in the developer console? If you're using a chromium based browser that is. Check if the service worker is up to date, click the update button, or unregistered and reload page. Timestamp should be recent (I circled this in red here).
Thanks for looking into this. I'm using a team share on personal account. And 1st and 3rd point in your "works" section doesn't work for me as I've tried them. I used the public instance on diffuse.sh. Tried with custom api keys too. I've a folder named "songs" inside my shared drive. In which I've a collection of flac, mp3 files.
I'm also not sure what's different for you. I'll try once again today and let you know.
Also if there's anything else you might need to investigate this then do let me know.
Hey folks, thanks for reporting this! I tested the following scenarios.
Works:
- Scan everything, no folder id, does include everything from 'shared with me'
- Folder id, folder on my drive, id from url (eg.
1ZjBWuNeq7Tjg5358wIQ41P_Lb90OaGT7
)- Folder id, folder in shared with me, id from url
Not possible:
- Only scan 'shared with me'
- Using shortcuts (need to look into this)
So that seems to work for me. I tried both regular and team accounts (at least I think it's a team account not a 100% on that). Also shares from both personal and team accounts (that is, team → personal account share, not other way around). I'm not sure what's different for you. Any thoughts?
Maybe it's an other issue altogether? Could you tell me which browser you're using? And if you see any errors in the developer console?
I'm using brave browser on latest build. Will inform of any console errors if there soon.
Also I would like to point out that "shared with me" is different from "shared drives" as I understand. They are also knows as "team drives" I think. I've attached a screenshot of my drive showing "shared with me" and "shared drives" separately for better understanding.
Also, if possible, could you check this in the developer console? If you're using a chromium based browser that is. Check if the service worker is up to date, click the update button, or unregistered and reload page. Timestamp should be recent (I circled this in red here).
No errors in console. And service worker timestamp is also recent.
@akhil-rana Thanks! Ah you're right, "shared drives" are something different, I didn't know these existed 😅
Fixed in v3.0.1 https://github.com/icidasset/diffuse/releases/tag/3.0.1
Forgot to mention this, if you're using https://diffuse.sh and want to make sure you're running version 3.0.1
. You can go to this section in the dev console and click this link:
It should show the version there.
Usually it takes a while, or a few refreshes, for the service worker to update.
Forgot to mention this, if you're using https://diffuse.sh and want to make sure you're running version
3.0.1
. You can go to this section in the dev console and click this link:It should show the version there.
Usually it takes a while, or a few refreshes, for the service worker to update.
Thank you for the quick response. It can now detect the songs in my shared drive.
Thank you for looking into this and implementing quickly. Files are now detected as expected.
I've all my music in shared drive. I've tried implicitly passing folderId too when adding source but no luck.