Https+drivegooglecom+file+d+1xy8bpgzdxewx5wtnbtwxvj9mvynojl+k+view+usp+sharing Site
It looks like the string you provided ( https+drivegooglecom+file+d+1xy8bpgzdxewx5wtnbtwxvj9mvynojl+k+view+usp+sharing ) is not a standard search keyword but rather a malformed or concatenated Google Drive URL.
Replace every + that separates URL parts with / . Exception: + inside the file ID must be removed or interpreted. It looks like the string you provided (
https://drive.google.com/file/d/1xy8bpgzdxewx5wtnbtwxvj9mvynojlk/view?usp=sharing correct IDs contain only letters
In your example, +k+ is highly unusual – it suggests a copy-paste error where the real ID 1xy8bpgzdxewx5wtnbtwxvj9mvynojlk got split by a stray k . Removing the +k+ restores the valid ID pattern. It looks like the string you provided (
Original malformed: +1xy8bpgzdxewx5wtnbtwxvj9mvynojl+k+ After removing stray + symbols: 1xy8bpgzdxewx5wtnbtwxvj9mvynojlk (Note: The +k+ likely was a corruption; correct IDs contain only letters, numbers, underscores, and hyphens.)