Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
This guide details how to import Google Drive data using rClone on kDrive Infomaniak.
COMPATIBILITY my kSuite ✗ | my kSuite+ ✗ ✔= Compatible offer | ✗= Not available |
1. Configure rclone for drive access
Install rclone on your computer
There is a version of rclone with a graphical interface (GUI) but it is quite possible to do this via the command line (CLI):
- Install rclone from a
Terminal
-type application on your device, by typing the entire following command:sudo -v ; curl https://rclone.org/install.sh | sudo bash
- Enter the password for your session on your computer to start the installation:
- Refer to the official installation guide if necessary.
Configure the remote disk (Google Drive) on rclone
- Once rclone is installed, enter the command
rclone config
.- Refer to the official configuration guide if necessary.
- Then choose to configure a new remote import by answering
n
forNew remote
. - Name the remote disk, for example
gdrive
: - Then choose the type of disk to import by answering
drive
which corresponds to Google Drive among the choices offered.
You then need to authorize the connection to Google Drive from a browser.
By default, rclone uses a shared client ID among all users, which can result in request limitations imposed by Google. It is strongly recommended to use your own client ID to avoid these restrictions. <li><strong>Access the </strong><a href="https://console.developers.google.com/" target="_blank"><strong>Google API Console</strong></a> with your Google account.</li>
Create or select a project.
- <li><strong>Enable the Google Drive API</strong> via the button/link "Enable APIs and services".</li>
- Search for the keyword
Drive
and click onGoogle Drive API
: - Click on the Enable button.
- Click on Credentials in the left sidebar (and not on a similar button).
- Click on Configure the OAuth consent screen (if not already done):
- Enter a name, for example
rclone
. - Select "External" (or "Internal" if you are a Google Workspace user).
- Under “Data Access”, add the scopes ("fields of application") required:
https://www.googleapis.com/auth/docs,https://www.googleapis.com/auth/drive,https://www.googleapis.com/auth/drive.metadata.readonly
- Save.
- Add your email account as a test user under "Audience".
- Go back to the "Google Auth Platform" section.
- Enter a name, for example
- Create OAuth credentials:
- Click on "Create credentials / OAuth client ID".
- Choose "Desktop app" and leave the default name, then click on the Create button.
- Keep the
client ID
andclient secret code
displayed.
- If "External" was chosen in step 7 above, go back to "Audience" in the left sidebar and click on "Publish the application".
Due to the "enhanced security" recently introduced by Google, you are theoretically supposed to "submit your application for verification" and wait several weeks for their response.
In practice, you can directly use the client ID and client secret with rclone (read the rest of the guide). The only consequence will be a very intimidating confirmation screen when you log in via your browser to allow rclone to obtain its token-id. However, since this only happens during the initial setup of the remote storage, it is not a major issue.
It is also possible to leave the application in "Test" mode, but in this case, any authorization will expire after a week, which can be cumbersome to renew frequently. If a short validity period does not pose a problem for your use, then keeping the application in test mode may be sufficient.
rclone in the terminal:<li>Indicate to <i>rclone</i> the <code>client_id</code> by copying-pasting the <code>Client ID</code> obtained in step 8 above, same for the secret phrase.</li>
- Then choose the
scope
n°1: - Press the “
Enter
” key to leave theservice_account_file
question blank. - Answer “No”
n
to the question about “advanced configuration”. - Answer “Yes”
y
to the question about connecting via Web Browser:
A web page opens in your Web Browser allowing you to connect to Google and authorize the application you created in step 9 above.
- Once the permissions are granted, you should receive the following message:
- <li>In the terminal, <span>answer “No” </span><code>n</code><span> to the question about “</span><code>Shared Drive (Team Drive)</code><span>”.</span></li>
- Answer “Yes”
y
to the last question:
Configuration of the destination disk (kDrive) on rclone
<p>It is possible to act directly on <a href="https://rclone.org/commands/rclone_config_file/" target="_blank">the configuration file of <i>rclone</i></a> by pasting your kDrive configuration in it in the form of for example:</p>
But here is how to proceed step by step as for the previous configuration:
[kdrive]
type = webdav
url = https://kDrive_ID_HERE.connect.kdrive.infomaniak.com/
vendor = other
user = user@email.com
pass = PASSWORD_HERE_OR_APP_PASSWORD_IF_2FA
<li>Still in the terminal, enter <code>n</code> for a new disk configuration and enter the name <code>kDrive</code> to recognize your destination disk:<br/><img height="411" src="https://faq.storage5.infomaniak.com/bae2707f23e257c1ad9cd8e20a4b9ddf90fed124.png" width="298"/></li>
- Then choose the type of disk to import by answering
webdav
which corresponds to a WebDAV configuration among the choices offered.
Enter the following information:
- <li><code>url</code> = direct access to kDrive (refer to <a href="https://faq.infomaniak.com/2409" target="_blank">this other guide</a> regarding the kDrive ID for the connection URL)</li>
vendor
= rclone (option n°6)user
= email address for logging into the Infomaniak user account- Answer “Yes”
y
to the password question, then enter the password:- application password if double authentication is enabled or the one for your Infomaniak user account if you have not enabled 2FA.
- Leave the
bearer_token
blank, then answer “No”n
to the question about “advanced configuration”. - Answer “Yes”
y
to the last question and your 2 disks will appear:
2. Copy data from Google Drive to kDrive
<p>kDrive supports <a href="https://rclone.org/overview/#optional-features" target="_blank">rclone streaming upload</a> via WebDAV, up to 50 GB (extendable to 100 GB) to prevent abuse, with automatic error handling if the limit is exceeded without prior specification of the size via <code>Content-Length</code>.</p>
<li>Consult the available options in the <a href="https://rclone.org/drive/" target="_blank">official guide</a> before starting an import, including these important commands:<ul><li><code>--drive-skip-shortcuts</code> to avoid infinite import loops</li><li><code>--drive-shared-with-me</code> to get what has been shared</li><li><code>--drive-acknowledge-abuse</code> to force the download of files blocked by Google</li></ul></li>
Example of a command to start copying your Google Drive to the root of your kDrive:
<p>This will instantly start copying your folders, subfolders, and Google Drive contents to the <strong>personal folder</strong> of your Infomaniak kDrive!</p>
sudo rclone copy gdrive: kDrive:
The Google documents of type Gdocs, Sheets, Slide, etc. are converted to Office formats such as .docx
, .xlsx
, etc. readable directly on kDrive.
Les documents Google de type Gdocs, Sheets, Slide, etc. sont convertis aux formats Office type .docx
, .xlsx
, etc. lisibles sur kDrive directement.
This guide explains how to retrieve and transmit debugging information (logs, reports, and error logs) from the kDrive application in case of a problem on macOS, Windows, or Linux.
Preamble
- It may happen for various reasons (a file type or a name length exceeding commonly accepted limits, etc.) that the synchronization by the kDrive app no longer progresses.
- Logs allow Infomaniak Support to better track the problem that may occur between your device and the kDrive application.
- The extended logs “record” kDrive activity from the moment you activate them; they are the ones that allow Infomaniak to trace the problem best.
- Refer to these other guides to try to resolve the problem without sending the logs: conflicts and known issues.
Save and share the logs with Support
When requested by Infomaniak Support:
- Open the kDrive application on your computer, the app icon must be visible in the notification area.
- Perform a left-click on the app icon in the notification area of your computer (top right on macOS, bottom right on Windows, and a double left-click in the taskbar on Linux).
- Click on the action menu ⋮ to the right of the application window.
- Select Application Preferences:
- Scroll down to the Advanced section and click on the arrow to the right of debugging information:
- Check the box for extended logs as in the image below:
- Click the SAVE button and let the application run for at least 10 minutes.
- Return 10 minutes later to the same place (points 1-6 above) and then click the blue button to share your debugging information with Infomaniak Support:
- Inform Infomaniak Support of this action within the ongoing exchange.
Alternative method
In case of a problem with the method above:
- Click on the blue link on the left to Open the debug folder.
- From this folder, you will have access to all the bug reports of the kDrive application on your device:
If the application does not open, you can also access the logs via these paths:
- macOS:
/private/var/folders/h_/5c_k9rr564q0kzqv8rz8_dn80000gn/T/kDrive-logdir
(note"h_/5c_k9rr564q0kzqv8rz8_dn80000gn"
will be different on your computer)
- Windows (copy-paste into the file explorer):
C:\Users\%USERNAME%\AppData\Local\Temp\kDrive-logdir
(if necessary, enable hidden files and folders in the Windows explorer)
- Linux:
/tmp/kDrive-logdir/
To manually send the collected files:
- If the files are not large, send them directly to Infomaniak Support within the ongoing exchange.
- If the files are large, compress them in .zip format and send them to Infomaniak Support within the ongoing exchange.
- If they are still too large to be sent by email, send the .zip archive to swisstransfer.com to obtain a share link that you will need to communicate to Infomaniak Support within the ongoing exchange:
This guide explains how to add, block, or delete a user from a kDrive. To learn more about managing user rights, refer to this other guide.
Prerequisites
- The user will need to create (or have) an Infomaniak account to accept the invitation and join the kDrive.
- Have a kDrive plan with a sufficient number of available user slots (need help?).
Add a user
To do this:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Check or select the relevant kDrive from the dropdown menu on the left sidebar.
- Click on the action menu ⋮ located to the right of the relevant item.
- Click on Invite a new user:
- Click on:
- Add a user to the Drive to select a user already present in your Organization,
- Add a user to my Organization to invite an external user.
- Enter the email address of the user to invite and specify their rights.
- Click on Invite.
The user will then receive an email that will allow them to accept the invitation (valid for 1 month). They will be indicated as a pending invited user in the kDrive user management.
With kSuite, it's essentially the same thing:
Block a user
This feature allows you to prevent a user from accessing files from the kDrive web interface and from the application on a device:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Check or select the relevant kDrive from the dropdown menu in the left sidebar.
- Click on the action menu ⋮ located to the right of the relevant item.
- Click on Manage users.
- Click on the action menu ⋮ to the right of the relevant user in the displayed table.
- Click on Block the user and confirm the action:
To unblock a user, simply follow the same procedure.
How to delete a user
If a user leaves your company or team, several options are available to you as an administrator. You can choose to…
- … block the user for a certain period (see above).
- … completely delete the user and their files.
- … delete the user and keep their files for 6 months.
- … delete the user and transfer their files to another user.
Actions to perform to delete a user:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Check or select the relevant kDrive from the dropdown menu on the left sidebar.
- Click on the action menu ⋮ located to the right of the relevant item.
- Click on Manage users.
- Click on the action menu ⋮ to the right of the relevant user in the displayed table.
- Click on Remove user.
- Choose whether or not to keep the user's data:
- Keep the user's files for 6 months or transfer them to another user.
- Delete the user's files immediately and permanently.
- Click on Remove access rights.
Remove a user external to kDrive
External users are those with whom you have only shared one or more files/folders without giving them access to the complete kDrive:
To remove an external user:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Check or select the relevant kDrive from the dropdown menu on the left sidebar.
- Click on the action menu ⋮ located to the right of the relevant item.
- Click on Manage users.
- Click on the action menu ⋮ to the right of the relevant external user in the table that appears.
- Click on Remove access to kDrive:
You can also go to the location of the shared file and click on the sharing column to remove access for the user in question:
You can:
- stop sharing the file with him (he will continue to see the other files if you have shared others)
- remove his access to all files you have shared with him from this kDrive
Note that the external user can also remove himself by cutting access to the shared file if he no longer wishes to access that file:
It will no longer appear in external users.
This guide explains how to add and customize the categories of your documents to organize and classify your documents on the Web app kDrive Infomaniak (online service kdrive.infomaniak.com) and the mobile app kDrive (application for iOS/Android smartphone or tablet).
Preamble
- A category (or multiple at the same time) can be assigned to kDrive files and folders.
- The assignment of a category is different from the definition of a color, a color that can also be assigned to folders and be seen on the Web and mobile app (kDrive paid offers only).
- However, there will be no synchronization of colors between a kDrive folder synchronized by the desktop app on macOS, and the Web or mobile app:
- However, there will be no synchronization of colors between a kDrive folder synchronized by the desktop app on macOS, and the Web or mobile app:
Adding a category to a document…
… on the kDrive Infomaniak web app (online service kdrive.infomaniak.com)
To assign a category to a kDrive file or folder:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- The kDrive directory is displayed in the left sidebar:
- Select the file(s).
- Click on the label icon at the top of the table.
- Click on the category in which the file(s) should be classified:
- You can also create a new category with the name of your choice:
- Select the file(s).
- Click on the label icon at the top of the table.
- Enter the name of the category in which the file(s) should be classified.
- Click on the icon to create your category and be able to select it:
- You can also click on…
- … the icon in the CATEGORIES column of your file (the window must be sufficiently large).
- … the icon in the left sidebar:
…. on the kDrive mobile app (app for iOS / Android smartphone or tablet)
To assign a category to a kDrive file:
- Press the action menu ⋮ located to the right of the item concerned.
- Press Manage categories.
- Press the desired category or categories.
- Return to the content via the back arrow at the top left:
Sort your documents by category on…
… on the kDrive Infomaniak web app (online service kdrive.infomaniak.com)
To display only the files in your kDrive belonging to a specific category:
This guide explains how to manage the behavior of deleted files and the trash can of kDrive.
Introduction
- When a file is deleted from one of the tools synchronized with kDrive, the kDrive web app (online service kdrive.infomaniak.com) moves the file to its trash.
- The file remains there for a minimum of 30 days after its arrival, but some offers may set a retention period of up to 365 days.
- If this kDrive trash can is emptied, it is impossible to recover its contents.
- If the trash can of the operating system on which kDrive is installed is emptied, this does not empty the trash can of the Web app kDrive.
Organize the trash can…
… of the kDrive web app
To access the files in the trash:
- Click here to access your product management on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the product in question.
- Click on Trash in the left sidebar to view the files in it.
- Click on Settings to configure the retention period for files in the trash can:
- Select the desired duration from the drop-down menu (3 months, 6 months, 1 year).
- Confirm the setting by clicking the Confirm button:
- You can also access it by clicking on the Settings icon at the top right of the interface (point 3 in the image above) then on Trash settings in the left sidebar (point 4).
... of the desktop app kDrive
To choose whether deleting a file from the web app (online service kdrive.infomaniak.com) or the mobile app (application for iOS/Android smartphone or tablet) should move the synchronized file to the desktop app (desktop application for macOS/Windows/Linux) to the computer's recycle bin:
- Left-click on the desktop app icon in your computer's notification area (top right on macOS, bottom right on Windows, and a double left-click in the taskbar on Linux).
- Click on the action menu ⋮ to the right on the window that appears.
- Click on Application Preferences:
- Turn the toggle switch on or off to decide whether to send the synchronized version to the computer's trash:
Fixing a problem with the trash on computer
In rare cases, it may happen that despite a setting to move files to the recycle bin (point 4 above), the desktop app kDrive (desktop application on macOS / Windows / Linux) permanently deletes the file from the computer that was deleted from:
- … the Web app (online service kdrive.infomaniak.com)…
- ... the mobile app (application for iOS/Android smartphone or tablet)...
- … another synchronized computer…
instead of moving it to the trash, because:
- Insufficient space: the trash can has reached its maximum configured size.
- No trash bin: some file systems, such as network drives, or removable drives (like a USB key, for example), may not have a trash bin.
This list is not exhaustive but it covers most of the cases that will not be reported to the user. Other issues, such as those related to the use of read-only mounted disks, will be taken into account and reported to the user.
Restore a file from the trash…
... on the kDrive web app
To restore a file to its original location when the trash has not yet been emptied:
- Click here to access your product management on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the product in question.
- Click on Trash in the left sidebar.
- Select the items to restore.
- Click on Restore:
You can restore the file to a location of your choice or to its original location.
To restore an entire kDrive to its state before files were moved or reorganized, refer to this other guide.
To restore a previous version of an existing file, refer to this other guide.
This guide explains how to modify the product information kDrive. Note that there may be a delay for the applications (desktop, mobile...) to be synchronized with the new information.
Rename a kDrive…
… from the Infomaniak Manager
- Click here to access your product management on the Infomaniak Manager (need help?).
- Click on the action menu ⋮ located to the right of the relevant item.
- Click on Rename the product.
- Rename your kDrive.
- Click on the Save button.
...from the unified app settings
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Click on the Settings icon at the top right of the interface.
- Check or select the kDrive in question from the dropdown menu of the left sidebar.
- Click on General.
- Edit the name of the kDrive as you wish:
This guide explains how to revert the file organization in your kDrive, especially if moves have occurred and you have lost track.
COMPATIBILITY my kSuite ✗ | my kSuite+ ✔ ✔= Compatible offer | ✗= Not available |
Preamble
- The restore or function Rewind allows you to go back to a previous state, like a time machine, and restore the order of your chosen files or your entire kDrive up to 3 months ago.
- Files permanently deleted from your kDrive trash and deleted file versions cannot be restored.
- Restoration may take several minutes, during which kDrive will be inaccessible for all users, depending on the volume of data to be recovered.
- No action is taken on rights and shares.
Access the kDrive restore tool
Prerequisites
- Be Administrator or Legal Representative within the Organization.
To open the restore interface:
- Click here to access the Infomaniak kDrive web app (online service kdrive.infomaniak.com).
- Click on the Settings icon at the top right.
- Check or select the relevant kDrive in the dropdown menu of the left sidebar.
- Click on Restore:
- Read the on-screen information, then click the button to start:
- Review the information in the modal that appears, then click the button to start.
- Choose what will be affected by the rollback (the entire kDrive or just a part, and if applicable, for which user).
- Choose the date to revert to (maximum 3 months / 90 days).
- Start the analysis and determine the next steps based on the result (if a rollback produces no results, the analysis will indicate this).
After the operation, an email is sent and a notification is displayed on the online kDrive.
Analysis Report
An administrator viewing a report of a restoration initiated by another administrator will not see everything related to the personal folder of the administrator who initiated the restoration:
In the analysis report view, the data is listed and grouped by the current location before the rollback.
In case of conflict
At the root of the kDrive of the administrator who performed the operation (or the user concerned) a folder "Restore (date and time)" will be created containing a subfolder with the conflicting files called "Conflict" and another folder for the files currently in the target called "Later Items":
This guide explains how to connect and manage multiple kDrive on mobile devices (iOS/Android). This feature allows you, for example, to access files from a personal kDrive and a professional kDrive.
Prerequisites
- Have a kDrive or kSuite offer.
- Install the mobile app kDrive (app for iOS/Android smartphone or tablet).
Accessing different kDrive accounts from the mobile app
A user connected to the mobile app may already have access to multiple kDrive if they are already working with multiple kDrive outside the app, if they have been added to other kDrive, etc. They are all accessible as long as the user is logged in with the login credentials corresponding to these kDrive.
Access and management of other kDrive…
To log in with a different account and thus access other kDrive:
… from the iOS mobile app
- Open the app kDrive.
- Tap the badge with your initials or avatar at the bottom right.
- Tap the icon to the right of the kDrive name (to simply check the kDrive you already have access to).
- Tap on Change user:
- Tap on Add a user:
- Enter the credentials for your Infomaniak account — refer to this other guide if needed.
- Select the kDrive to add.
- It is now possible to switch from one kDrive to another from the menu User > Change user, the credentials of the different accounts are saved:
… from the Android mobile app
- Open the app kDrive.
- Tap the pill with your initials or your avatar at the bottom right.
- Tap the icon to the right of the kDrive name (just to check the kDrive you already have access to).
- Tap Change user.
- Tap Add a user.
- Enter the credentials for your Infomaniak account — refer to this other guide if needed.
- Select the kDrive to add.
- It is now possible to switch from one kDrive to another from the menu User > Change user, the credentials of the different accounts are saved.
Disconnecting a kDrive…
… from the iOS mobile app
- Open the app kDrive.
- Tap on More (bottom right) > Account management > Accounts.
- Tap Delete account (kDrive will be disconnected and files will be kept on the server).
… from the Android mobile app
- Open the app kDrive.
- Press the circular icon at the top right.
- Press the three vertical dots all the way to the right of the kDrive to be deleted.
- Press Delete account.
- Press OK (kDrive will be disconnected and the files will be kept on the server).
This guide concerns searching for information within the data stored on kDrive Infomaniak among the files and folders accessible to the connected user.
COMPATIBILITY my kSuite ✗ | my kSuite+ ✗ ✔= Offer compatible | ✗= Not available |
Enable search within hosted content
To enable this intelligent content search feature within PDF files or spreadsheet/text documents:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Click on the Settings icon at the top right.
- Check or select the relevant kDrive from the dropdown menu on the left sidebar.
- Click on General in the left sidebar.
- Click on Smart Features:
- Click the button to accept the automatic analysis of files.
- Click the toggle switch to enable content search:
Search for an item…
… on the mobile app kDrive (application for iOS / Android smartphone or tablet)
On the main page of the app kDrive, a search field allows you to enter the text to find:
If you are browsing your folders, a magnifying glass is visible at the top right of the screen to start a search:
… on the kDrive web app (online service kdrive.infomaniak.com)
The search bar is always located at the top of the screen. The keyboard shortcut CMD-F
or CTRL-F
allows you to focus on the field to enter the text to find more quickly. The results appear as you type:
Click on the advanced search icon at the bottom of the dropdown menu of the search bar to filter according to the following criteria:
- location
- document type
- last modified date
- created by {kDrive user}
- category
Once you have set your search criteria for the keyword you are looking for, start the search using the Search button.
This guide explains how to force the synchronization of hidden system files (macOS, Windows, etc.) from the kDrive application on your computer.
Preamble
- Hidden files...
- are system files that are not visible by default in Finder or File Explorer, on macOS and Windows, respectively.
- are generally used to store important data for the operating system or for specific applications.
- often include configuration or cache files that update continuously and can cause synchronization errors.
- Enabling this option is not recommended and is intended for advanced users.
Show hidden files...
... on macOS
In Finder, hold down the "Command" key, then press "Shift
" +
".
" to toggle the display of hidden files.
... on Windows
Modify the file display settings in File Explorer. You can do this by accessing folder options in the Control Panel, selecting the "View" tab, then checking the option to show hidden files and folders.
Synchronize hidden files in kDrive
To do this:
- Make a left click on the app icon in the notification area of your computer (top right on macOS, bottom right on Windows and a double left click in the taskbar on Linux).
- Click on the action menu ⋮ at the top right in the application.
- Click on Preferences:
- Click on Files to exclude (in the Advanced section).
- Check the box Synchronize hidden files.
- Click on the blue button Save:
Refer to this other guide regarding the excluded files listed in the table below the box "Synchronize hidden files".
This guide explains how to delete the cache (data cached after various operations, unnecessarily taking up storage space on your device) from the mobile app kDrive (application for iOS/Android smartphone or tablet).
Delete the kDrive cache…
... on iOS (iPhone, iPad)
- Open the kDrive mobile app (iOS).
- Tap on the photo/initials at the bottom right.
- Tap on Settings.
- Tap on Local storage management.
- Delete the data you want, cache for example (or import which also allows you to unlock any blocked imports)…
... on Android
- Open the settings of the Android phone.
- Go to the Applications or Apps & notifications section, for example.
- Optionally, tap on Show XX apps if the device does not display them by default.
- Tap on kDrive.
- Go to the Storage or Storage and cache section, for example.
- Tap on Empty cache.
- Warning if you click on the button Clear storage you will erase all user data (login credentials for example) in addition to the cache.
This guide allows you to quickly discover the essential functions of Euria, the artificial intelligence at your disposal within kSuite, particularly performant with the Web app kDrive Infomaniak (online service ksuite.infomaniak.com/kdrive).
COMPATIBILITY my kSuite ✗ | my kSuite+ ✗ ✔= Compatible offer | ✗= Not available |
Use AI for your files on kDrive
Prerequisites
- Be Administrator or Legal Representative within the Organization that manages the kDrive.
- To activate Euria for all users of your concerned kDrive, follow the assistant that opens when connecting to kDrive.
- Read and understand this other guide regarding the model used and the responsibilities of each.
- You can also activate (or deactivate) Euria by going to the unified settings:
- It is then necessary to accept (or revoke) the content search features on documents:
To access Euria on kDrive:
- Click here to access the Web app kDrive Infomaniak (online service ksuite.infomaniak.com/kdrive).
- Open a PDF document (Euria is also available with other text/code file types:
.md
,.txt
,.json
,.php
, etc.) or right-click on the file in question: - Euria will open in a right-side panel; if you close it, Euria remains accessible via the round icon located at the top right:
How can Euria help?
Euria helps you to efficiently exploit the document you have opened (and only this one); it can in particular:
- answer your questions about its content (details, statistics, changes)
- summarize the key points (or even simplify and even more if you specify “for a 10-year-old child”…)
- translate it
- provide metadata (size, creation or modification date)
- explain the terms or acronyms that appear in it
For example, if the document is a long company report on the past year, you can ask for the current size of the Development department, which projects are top priority, or the last modification date of the document…
Create an event for your agenda
With a document mentioning an appointment (medical for example), you can ask Euria to create a piece of code that, once copied and pasted into an appropriate file, will allow you to add an event to your calendar. Example of formulation: “Create an event in ics format using the details of this appointment”.
Euria can also extract events from a more complex document:
Euria will explain to you what it has done (a VCALENDAR code) and what you will need to do (create a new file with the .ics
extension containing the code it has generated, and open it on your computer to import it into your usual agenda app or import it on your kSuite calendar):
Create a genealogical tree of characters
With a book stored on your kDrive, you can ask Euria to create a precise and complete genealogical tree to show the links between all the characters. You will thus obtain a list of names/first names with their relationships.
But you can go further by then asking for a “Mermaid” diagram based on this list. You will just need to copy and paste the code proposed by Euria into a tool like mermaid.live:
Analyze a survey, write a blog article
From a survey/report type document, you can ask Euria to write a new article in the tone you want and addressed to the desired target. Example: “From all this, write a blog article with a catchy title and a text of max 400 words, for a target audience of women aged 30 to 40”.
But you can also ask it to find “what are the biases of this survey” or “which elements would deserve to be deepened or verified”. Euria can thus help you to adopt a critical stance towards a survey or a report, by pointing out potential gaps, exaggerations or biases.
It can also rephrase the conclusions of the survey for different audiences (professionals, teenagers, curious readers…), suggest alternative angles for a derived article, or generate titles, introductions or summaries according to the desired level of complexity.
The goal is to extract as much editorial value as possible from the same source content, by diversifying the forms, tones and viewpoints.
This guide explains how to change the local location used by the desktop app kDrive (desktop application for macOS / Windows / Linux) to, for example, store the synchronized data on another hard drive when the initially chosen one no longer has enough space.
Preamble
- Indeed, if the Lite Sync option is not activated, all existing data on the kDrive web app (online service kdrive.infomaniak.com) are also present locally on the synchronized device and take up storage space.
- Since the volume of data can be very large, you may need to store the data on a different hard drive than the one initially chosen.
- Never move a folder used for kDrive synchronization (
/kdrive
,/kdrive2
, etc.) whether the kDrive application is open or closed or uninstalled with the intention of reinstalling it.- If everything is synchronized, you must delete the folder and recreate it as explained below.
- If you proceed differently by using a folder that already contains your data, you expose yourself to file conflicts.
Change the local directory used by kDrive
To set a new folder for kDrive synchronization when the initially chosen folder is no longer to be used, follow this procedure:
- Make sure all your data is synchronized and is visible on the kDrive web app (online service kdrive.infomaniak.com).
- If necessary, locate the folder currently used by the desktop app kDrive (click on Drive Settings from the application, then click on the blue URL displayed under Folders to open the local folder and thus find its location):
- Quit the desktop app kDrive on the device where you want to change the folder used:
- Uninstall the desktop app kDrive completely by deleting all configuration/data, etc. (on macOS, use kDrive Uninstaller located in the Applications/kDrive folder):
- Delete the folder
kDrive
(orkDrive2
, etc. located in step 2). - Reinstall the desktop app kDrive and when the user account connection is made, click on the pencil ✎ icon at the folder synchronization selection step:
- Choose the new hard drive as the location for the new folder (name it as you wish):
- Complete the setup:
- The download of the kDrive data present on the Infomaniak servers will begin and continue entirely in the background.
- Refer to this other guide to download only specific folders.
This guide explains how to quickly share by email content present on the online version of kDrive, accessible via web browser.
Share by email from kDrive
You can send an email with a file (or rather a link to a file, as the email will not contain an attachment) from your kDrive:
- Click here to access the kDrive web app (online service kdrive.infomaniak.com).
- Right-click on the file/folder in question or click on the action menu ⋮ to the right of the item in question.
- From the dropdown menu that appears, choose to share the item by email:
- Choose which address (from those currently linked to your web app Mail) to send the file from.
- Click on Continue:
- The web app Mail opens in the browser and the body of the message automatically contains the links to the shared content…
- By selecting the file directly from Mail, the principle is the same except that you will have an additional possibility, that of sending the file itself (the file will be sent in the state in which it is at the moment you select it - there is no longer any notion of collaboration / sharing as is the case if you share a link to the file on the kDrive):
- By selecting the file directly from Mail, the principle is the same except that you will have an additional possibility, that of sending the file itself (the file will be sent in the state in which it is at the moment you select it - there is no longer any notion of collaboration / sharing as is the case if you share a link to the file on the kDrive):
Invite to collaborate on the file
For documents with Office file extensions such as .docx
, .xls
, etc., it is recommended to perform a standard share of the document (see the image below) which allows you to authorize the modification of the document if you wish:
- If you allow the modification of the document from kDrive, the user will be able to collaborate (with or without prior registration) that is to say modify in their browser and then save the document you have shared:
This guide illustrates the different types of sharing that can be done within the shared folder (Organization Folders) of kDrive and explains how to limit access to the folder if certain users should not have access to everything in it. It is very easy to modify a share at any time.
Switching from a simple share to a kSuite invitation
Imagine...
- … a kDrive within a kSuite…
- … with 1 single user out of 3…
- … data in the shared folder (Organization Folders) and in the personal folder (My Folder).
A. Result of a share without requiring the invited user to sign up
A folder present in the shared folder is first shared with a completely external new user to this kDrive and to Infomaniak, via a public share link:
- Right-click on the folder or subfolder in question.
- Choose the Share item.
- Stay on the first tab by adjusting the security settings according to your needs.
- Copy the link to send it, or send it directly from the window:
Therefore, the user who views this public link gets this type of view and can navigate, view, and download files, all in read-only mode:
B. Result of a share with sign-up (not counted in kSuite)
A folder present in the shared folder (Organization Folders) is now shared with an “external” type of user who will need to sign up or at least log in to their account if they already have one, and accept the invitation.
The user must be completely external to Infomaniak or at least not have an email address on the Mail Service linked to the possible kSuite that the kDrive in question depends on.
To do this, you need to select the second sharing tab this time:
- Right-click on the folder or subfolder in question.
- Choose the Share item.
- Click on the second tab.
- Enter the email address of the user in question.
- Click to add (the operation can be performed for multiple users at once):
- Regarding the freedom given to the user to modify or not the part of the kDrive to which they will have access, the choice made here is to Modify.
- Click on Send Invitation:
- This choice (see point 6 above) will allow you to invite this person as an external user initially — see below for the complete kSuite invitation):
- The administrator can see the pending request and resend the invitation if necessary:
- The invited person receives an email to register as an Infomaniak user:
- The person fills out the form, their email address is pre-filled, it will be their Infomaniak user account identifier:
- Once registration is complete, a kDrive simplified interface with “Shared with me” on the left allows access to the shared content (only, and not the entire shared folder) and to modify it:
- Any modifications made are common to all users who have access to this part of this kDrive.
- The user does not have any private/personal space.
- They can install the kDrive mobile/desktop app and log in, but no data will be visible:
You must go through the online interface to access the files shared with you as long as you are an external user, even if you have a personal kDrive!
C. Result of a share with registration as a kSuite user
Now imagine that no sharing or invitation has taken place yet. Repeat steps 1 to 7 above, then at step 8…:
- … Invite this person as a kSuite user by clicking on the link that opens user management in a new tab:
- Create the kSuite user (following the A-B-C order below):
- Start creating the user (following the D-E-F-G-H order below):
- D — Enter a first name and last name.
- E & F — Depending on your needs, give them extended or rather limited rights within the Organization, here a status user only (be aware of the different permissions (access rights to products for example) and administrative contact preferences of a user within an Organization).
- G — Choose to create (or not) an email address for the user; this influences how you allow the user to log in (here with the email address of their choice - while sending the invitation to another email address).
- H — The next step allows you to integrate the user into a possible work team:
- Once the procedure is complete:
- I — The invited person receives an email to register as an Infomaniak user but you can provide them with the link through other means such as a QR code.
- J — Depending on the role assigned to the invited person (see point E above) you can define at any time which products they can manage on the Infomaniak Manager:
D. Restrict user access
Once registration is complete, the new user's kDrive interface usually allows access to all content that has been shared with all kDrive users.
The Organization Folders are common folders but do not necessarily imply that all kDrive users have access to them.
If the invited user does not see anything in this shared folder, check from the administrator account whether the sharing rights have been extended to all kDrive users:
The opposite is also possible: if the new kSuite user accesses all the Organization Folders and this is not desired, the administrator must modify the sharing of the parent folder (the root folder of the shared folder for example):
- Right-click on the parent folder, select the Share item, then choose the second sharing tab and click on Manage on the right to remove the sharing (the effect is recursive and applies to all items contained within the parent folder):
- Then, share again but more restricted from the folder in question and check the access column in the kDrive tree:
- And there you go, the user now only sees part of the folder, which is still shared:
- And this time, if the user installs the kDrive app, they can choose the kDrive in question:
- They can access the files on the computer:
This guide explains how to automatically transfer photos from your mobile device (Android) to kDrive Infomaniak.
Once this feature is enabled, the photos from your mobile device (located in the folder of your choice) will be backed up gradually into a folder of your choice on kDrive.
Prerequisites
Enable sending to kDrive on Android
To send photos to kDrive:
- Open the mobile app kDrive (Android).
- Tap the photo/initials at the bottom right.
- Tap on Settings:
- Tap on Photo backup:
- Enable Automatic Backup using the toggle switch.
- Android may ask you at this point for access to all your photos, which you should accept:
- Android may ask you at this point for access to all your photos, which you should accept:
- Tap on Select a kDrive:
- Select the kDrive user (if you have linked several to your device) and then the kDrive associated with that user:
- Select the folder in your kDrive file tree (you can create a new folder if necessary) that will hold your content and confirm at the bottom:
- Select the folder(s) on your mobile device containing the photos to be sent to kDrive, then tap the cross:
- Configure the rest (including video sending, monthly sorting, request to delete content left on the device, recursivity, synchronization delay, etc.) then click on Save:
- If you have chosen to send all your existing content and not just new photos, then the upload of your files begins and you can follow it with the notifications of your mobile device:
- The new content gradually appears on all your devices, for example on the Web app kDrive (online service kdrive.infomaniak.com), in the specified location:
This guide explains how to add an attachment from kDrive to an event in a calendar / agenda on the Web app Calendar Infomaniak (online service ksuite.infomaniak.com/calendar).
Preamble
- Some software or applications also allow you to add an attachment and in this case, if you synchronize the agenda with that of your solution, the attached file is possible up to the maximum size of 64 KB.
Add a kDrive attachment
When you create a new event on the Web app Calendar Infomaniak (online service ksuite.infomaniak.com/calendar), you can add one or more attachments (links to files from kDrive):
Thanks to this link “Insert a kDrive link”, you access kDrive directly from the event creation window Calendar:
You can add:
- a public link (everyone can access it); this will create a public link on the kDrive file
- a restricted link (only people with access can access it)
Whether the event is recurring or not, you can add files that will be shared with those who view the event in the calendar:
The guests of the event who would view the card via a synchronized application, Outlook, Gmail and others, will see the links in the description (as is the case for the possible kMeet link for example if a videoconference is planned for the event).
This guide details the in-app purchase function of the kDrive application for iOS.
Purchasing a kDrive subscription via the iOS app
It is indeed possible to subscribe to a kDrive Solo or Team subscription directly from the iOS app via the Apple App Store.
This feature comes with changes in the management of your subscription and billing for this product.
Once you choose to go through in-app purchases…
- … Your subscription to kDrive will be handled directly by Apple (only the billing part, data hosting remains, of course, the responsibility of Infomaniak).
- … Infomaniak can no longer provide support for the billing of kDrive; you will need to contact Apple Support directly.
To understand billing and managing your subscription with Apple, familiarize yourself with the following official Apple guides:
- Billing and subscriptions
- App Purchases
- View your purchase history in the App Store
- Know what you have been charged for
In summary
Managed by Infomaniak
- Hosting your data
- Technical support kDrive
Managed by Apple
- Administrative support related to your kDrive subscription
- Invoice and payment method
This guide details the Statistics section available online to managers of a kDrive.
Access kDrive stats
To display the page that details the various statistics of your kDrive:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Click on kDrive Management in the left sidebar.
- Click on Statistics.
- Select the type of statistics to view
Customize the display
Each screen of these statistics (Share Links, Activities on kDrive, etc.) accessible via the buttons at the top of the screen has icons at the top right:
Clicking on them allows you to:
- initiate a search for a term
- download a CSV file (.csv format) with the obtained data (read more below)
- filter items based on, for example, users, or views counted on the files as well as the type of sharing (with or without password and expiration date)
1. Share link stats
Shared links are listed in the left sidebar of the kDrive web interface, but this statistics screen allows you to see the views on a file over a given period.
2. Storage stats
This screen, updated every hour, allows you to know the space used by the different users, the total space, etc.
3. Active users
This screen displays the recently opened sessions (or filtered period) by the users of your kDrive and their operating system.
4. Connected devices
This screen details the operating systems of devices connected to your kDrive with their percentage representation: Windows X% (X devices); same for macOS, Linux, Android etc.
5. Activity on kDrive
If you have any doubt about who did what in your shared space, file update, move to trash, etc., this screen allows you to know minute by minute what happened.
Create an activity report
With this information, it is possible to create activity reports using the ad hoc link at the top of the table, covering one or more users and focusing on one or more actions. You will receive this report by email within a few minutes and can download it in CSV format. Note that the times mentioned may be in UTC 0 format.
This guide helps you get started with kSuite by integrating an existing kDrive into your Organization.
Preamble
- kDrive will be an integral part of the new kSuite.
- The minimum number of users in the chosen kSuite offer will be based on the number of users in the existing kDrive offer.
- The users of kDrive will become kSuite users.
- To help you identify the most suitable kSuite offer for your needs, refer to this other guide.
Evolve my kDrive to kSuite
Prerequisites
- Not to already have a kSuite on the Organization.
- Have a paid kDrive offer and be out of the trial period.
- Be the Legal Representative or Administrator of the Organization.
Create a new kSuite from your existing kDrive:
- Click here to access the kDrive Infomaniak web app (online service kdrive.infomaniak.com).
- Click on Manage.
- Click on Upgrade Offer.
You can also do this from…
- … an information banner visible on the homepage of your Manager interface:
- ... an information banner visible directly on the online interface of kDrive:
You can also integrate your Service Mail if it is currently outside of a kSuite.