Have you lost an important video in cloud storage or canโt remember where you saved it? On Android smartphones, searching for multimedia in the cloud can turn into a real quest, especially if the files are scattered across different services - Google Drive, Yandex Drive, OneDrive or even Mail.ru Cloud. The problem is complicated by the fact that standard Android tools do not always index cloud files, and the interfaces of the services themselves often change.
In this article we will look at all possible ways to search for videos โfrom built-in functions of cloud applications to third-party utilities that can scan remote storages. You'll learn how to search by name, date, file type, and even by content (if the service supports object recognition). Also, how to avoid common mistakes that can cause videos to โdisappearโ from view. Let's start with basic methods and gradually move on to advanced techniques.
1. Searching for videos through standard cloud applications
The most obvious way is to use official cloud service applications. Most of them have a built-in search function, but they work differently. For example, Google Drive can search not only by file name, but also by content (if the video has text tags or subtitles), and Yandex Disk allows you to filter files by type.
Here's how it works in practice:
- ๐ Google Drive: open the application, tap on the magnifying glass icon in the top bar and enter a request. To clarify, use filters (for example,
type:videoorbefore:2023-12-31). - ๐ Yandex Drive: in the mobile application, go to the "Files" tab, then click on the search icon. Here you can filter the results by category (
Video,Photo). - โ๏ธ OneDrive: in the Microsoft application, tap on the magnifying glass, enter a query and select the "Video" filter in the drop-down menu.
- ๐ง Mail.ru Cloud: the search here is less flexible - you can only enter the file name, but it supports video preview directly in results.
Important: if you are looking for a video that was downloaded a long time ago, check the "Trash" or "Archive" section - many services automatically move old files there. For example, in Google Drive files are stored in the trash for 30 days, and in Yandex Disk โ up to 30 days for free accounts.
2. Search by metadata: date, size, format
If the video name is unknown or it has been renamed, try searching by metadata. by:
- ๐ Upload date (useful if you remember the approximate period).
- ๐ File size (videos usually take from 10 MB to several GB).
- ๐ฅ Format (for example,
.mp4,.mov,.avi). - ๐ค To the author of the upload (if the file was shared with you by another user).
Example search query in Google Drive for videos uploaded to 2023:
type:video after:2023-01-01 before:2023-12-31
In Yandex Disk a similar filter can be applied through the web version: open Yandex Drive โ Date modified Yandex Disk โ Filter โ Video โ Modified date.
If the video was shot on a phone, check its original name - often it contains the date and time of shooting (for example, VID_20231015_143022.mp4).
| Service | Supported filters | Max. file size for search |
|---|---|---|
| Google Drive | Type, date, size, author | 5 TB (for paid accounts) |
| Yandex Disk | Type, date, size | 10 GB (free), 10 TB (Plus) |
| OneDrive | Type, date, tags | 5 GB (free), 6 TB (Office 365) |
| Mail.ru Cloud | Type, date | 8 GB (free), 1 TB (Pro) |
3. Using third-party file managers
Standard applications of cloud services are not always convenient to search. file managers with cloud support, such as:
- ๐ Solid Explorer โcan connect to Google Drive, OneDrive, Dropbox and search across all clouds simultaneously.
- ๐ FX File Explorer โsupports
WebDAV, which allows you to connect even rare cloud services. - ๐ ES Explorer โhas a built-in cloud search, but requires additional permissions.
How to set up search in Solid Explorer:
- Open the application and go to the "Network" section (
โ๏ธ Clouds). - Add accounts of the required cloud services (click
+ โ Select service โ Log in). - After connecting, use the global search (magnifying glass icon) and select the "Video" filter.
The advantage of this approach is the ability to search across several clouds at the same timewithout switching between applications. However, please note that some managers may request access to personal data, so check permissions before installation.
Add all cloud accounts to the file one manager|
Check that the application has access to the storage|
Use the "Video" or "Multimedia" filter|
Sort results by date or size-->
4. Search by video content. (object recognition)
Some cloud services can analyze video content and allow you to search by objects, faces or text inside the video. This function is not available in all applications, but can greatly simplify the search.
Where is it? works:
- ๐ค Google Photos - recognizes faces, animals, places and even text on the video (if the quality allows). Just enter in the search, for example, "dog" or "sea".
- ๐ธ Yandex Photos - can find videos by geolocation and shooting date (if tags are not disabled).
- ๐ฌ iCloud Photos (if you use it on Android via the web version) - supports search by scene (for example, "party" or "sunset").
Example: if you are looking for a birthday video, in Google Photos you can enter the query "cake" or "balloons", and the service will show all videos with these objects. However, keep in mind that recognition does not work perfectly - for example, it may not find a video if the object occupies less than 20% of the frame.
How to improve object recognition?
1 Before uploading a video to the cloud, add a description to it (in the properties). file).
2. If the video was shot on a phone, turn on geotags - this will help you search by location.
3. Use keywords in the file name (for example, "Masha's birthday_2023.mp4").
5. clouds
If a video has been deleted from the cloud, it can still be returned - but only for a limited period. Here's what you need to do:
- ๐๏ธ Google Drive: go to the "Trash" section (in the side menu), find the video and click "Restore" The storage period is 30 days for regular files and 25 days for shared files.
- ๐ Yandex Drive: open the web version, go to the "Trash" and restore the file. For free accounts, the period is 30 days, for paid accounts - up to 90 days.
- ๐ OneDrive: in the application, select "Trash" (in the menu), then "Restore all" or select the necessary files. Period - up to 30 days (depending on the type of account).
Important: if the video was deleted irretrievable (for example, through the "Empty Trash" function), it is impossible to restore it using standard means. In this case, you can only contact the service support with a request to check the backups - but the chances are. are minimal.
The sooner you notice the loss of a video, the higher the chances of restoring it. Regularly check the basket of cloud services!
โ ๏ธ Attention: In some cloud services (for example, Google Drive) files deleted from the device can be automatically deleted from the cloud if synchronization is enabled. Check your backup settings in Settings โ Backup.
6. Search automation: scripts and bots
For advanced users, there are ways to automate video search in the cloud using scripts or bots. For example:
- ๐ค Google Apps Script โ allows you to create custom search queries in Google Drive. You can set up a script that will search for videos using specified criteria and send the results by email.
- ๐ API of cloud services - if you know how to app, you can write a script in
Pythonusing official APIs (for example,Google Drive APIorYandex Disk API). - ๐ฌ Telegram bots โsome bots (for example,
@DiskSearchBot) can search for files in Yandex Disk upon request.
An example of a simple script on Python to search for videos in Google Drive:
from googleapiclient.discovery import buildfrom google.oauth2 import service_account
Authorization (service_account.json is required)
credentials = service_account.Credentials.from_service_account_file('service_account.json')
service = build('drive', 'v3', credentials=credentials)
Search for video files
results = service.files().list(
q="mimeType contains 'video/'",
fields="files(id, name, size, createdTime)"
).execute()
items = results.get('files', [])
for item in items:
print(f"Name: {item['name']}, Size: {item['size']} bytes")
This approach is suitable for regular searches or if you need to scan a large number of files, however, its implementation requires technical skills.
7. data-i="182">When searching for videos in the cloud, users often encounter the same problems. Here are the most common errors and ways to solve them:
When searching for videos in the cloud, users often encounter the same problems. Here are the most common mistakes and ways to solve them:
- ๐ Search by incomplete name โ if you remember only part of the file name, use the character
*(asterisk) as a wildcard. For example, the queryvacationwill find all files with the word. "vacation". - ๐ Incorrect sorting โ by default, files are often sorted by name, not by date. Change the sorting to โBy dateโ (in most cloud applications this is done by tapping on the โฎ or โSortingโ icon).
- โ๏ธ Lack of Internet โsome cloud applications cache files, but searching requires a network connection. Check your connection if results are not displayed.
- ๐ Synchronization is not enabled โif the video was downloaded from another device, make sure synchronization is enabled in the cloud settings service.
Another common problem is the video is displayed in the search, but is not played.This can happen due to:
- Incompatible format (for example,
.mkvis not supported by some players). - Damage to the file when downloading (try downloading it again).
- Internet speed limitations (high-definition video may not load on a slow connection).
โ ๏ธ Attention: If you use VPN or a proxy, some cloud services (for example, Google Drive) may block access to files. Disable VPN if search does not work.
FAQ: Frequently asked questions about searching for videos in the cloud
Is it possible to search for videos in the cloud by geolocation?
Yes, but only if the video contains geolocation tags. You can filter files by location. this: Google Photos And Yandex Photos You can filter files by location. To do this:
- Open the application and go to the "Map" or "Places" section.
- Select the desired location on the map.
- Filter the results by type "Video".
If geotags are disabled, this method will not work.
How to find a video if I donโt remember either the name or date?
In this case, try:
- Search by size (videos usually take from 10 MB).
- View files by date in chronological order.
- Use object recognition (if the service supports it).
- Check the "Downloads", "Camera" or "Video" folders - files are often saved there by default.
Why search in the cloud does not find a video that is definitely there?
Possible reasons:
- The file was not synchronized (check your startup settings).
- The video is in a shared folder that is not accessible.
- The search index is not updated (wait a few minutes and repeat the request).
- The file has a non-standard extension (try searching by
type:videowithout specifying the format).
Is it possible to search for video in the cloud from a phone without the Internet?
Partially Some cloud applications. (for example, Google Drive or Yandex Drive) allow you to view and search for files that were pre-cached on the device. To do this:
- Open the file in a cloud application if you have internet.
- Click "Save offline" or "Add to Favorites".
- Now the file will be available without a network connection.
However a full search of all files without the Internet is impossible.
How to transfer found videos from the cloud to the phone gallery?
To save a video from the cloud to the phone memory:
- Open the video in a cloud application.
- Click on the icon downloads (usually a down arrow โฌ๏ธ).
- Select a folder to save (for example,
DownloadsorDCIM/Camera). - After downloading, the video will appear in the gallery (you may need to restart the Photos application).
If the video is not displayed in the gallery, check the media scanning settings in the file manager.