Hi! I have a shared link from account A pointing to a folder that I'm trying to mount in account B using the dropbox node SDK. This is what I'm doing:
Get folder ID for shared link: client.sharingGetSharedLinkMetadata({url: sharedFolderUrl})This gives me an ID (ns:{identifier})
2. Mount shared folder: client.sharingMountFolder({shared_folder_id: 'ns:{identifier}'}) })
I expected this to do the equivalent of accepting the request to join a folder but this gives me the attached error. Any idea why?
