burger
infomaniak
infomaniak
cloud-computing-logo
Cloud Computing
web-domain-logo
Web & Domains
event-marketing-logo
Events & Marketing
  • Our products
    • Collaborative tools icon chevron
    • Web & Domains icon chevron
    • Cloud Computing icon chevron
    • Events & Marketing icon chevron
    • Streaming icon chevron

      ksuiteCollaborative suite

      Discover the collaborative suite → Discover →
    • kSuite Professional email, sovereign cloud and AI for sustainable performance
    • kSuite The suite for secure communication, storage and sharing
    • kdrive
      kDrive Store, collaborate and share your files
    • mail service
      Mail Service Create your email addresses with your domain
    • kChat
      kChat Communicate live with your teams
    • kmeet
      kMeet Organise your meetings online in complete security
    • swisstransfer
      SwissTransfer Send your files up to 50 GB free of charge.
    • kpaste
      kPaste Share and encrypt your sensitive information
    • ksuite
      Custom Brand Control the brand image of your products
    • kChat
      Chk Link reducer & QR code generator
      Find the web hosting solution you need
    • Domain name
      Domain name Reserve your domain name at the best price
    • Site Creator
      Site Creator Create your website with ease
    • web hosting
      Web Hosting Create your website with over 100 CMS
    • web hosting
      Wordpress Hosting Create your WordPress website easily
    • Cloud Server
      Cloud Server Power up your sites with guaranteed resources
    • Node.js Hosting Create a dynamic, interactive site with Node.js
    • SSL Certificat
      SSL certificates Secure your websites with an EV or DV certificate
    • Options
    • Domain privacy
      Domain Privacy Protect your domains’ private data
    • DNS Fast Anycast
      FastAnycast DNS Speed up your site access times
    • Dyn DNS
      DynDNS Access your devices remotely
    • Dyn DNS
      Renewal Warranty Secure your domains against loss and theft
      Find the right Cloud Computing solution

      Cloud services

    • public cloud
      Public Cloud (IaaS) Create your projects in a high-end, ultra-competitive Cloud
    • Cloud Server
      VPS Cloud Create a Windows / Linux server
    • Kubernetes service Deploy your containerised apps on a large scale.
    • VPS Lite
      VPS Lite Create a Windows/Linux server at a low cost
    • Database Service Manage your databases with a managed solution
    • jelastic cloud
      Jelastic Cloud (PaaS) Create your own customised environments
    • Other services

    • llm api
      AI Tools Boost your productivity with our sovereign AI
    • swiss backup
      Swiss Backup Back up your devices in the Cloud
    • nas synology
      NAS Synology Rent a NAS in our secure data centers
    • High availibility
      Very High Availability Create a multi-data center infrastructure with customised SLAs
    • Housing
      Housing Install your servers in our data centers
    • Auth Add a privacy-friendly login method to your apps
      Infomaniak Events, the independent local events portal
      Online ticketing service with a wide choice of concerts, shows and events.
    • online shop
      Ticketing Create your ticketing service and sell tickets
    • kdrive
      Access Control Control access to your events with ease
    • kdrive
      Guest manager Automate your event invitations
    • kdrive
      Newsletter Send your newsletters at competitive prices
    • Streaming radio
      Streaming radio Create and broadcast your own live radio station online
    • streaming video
      Video-Streaming Create and broadcast live events and TV online
    • VOD and AOD
      VOD & AOD service Host and broadcast your recordings without limits
  • Resources
    documentation icon Documentation
    Guides & tutorials
    API documentation
    special offers icon Special offers
    Get started for free
    Student programme
    Become an affiliate
    partner program icon Partner programme
    Find a partner
    Become a partner
    Infomaniak Academy
    support icon Support & contact
    Contact Support
    Premium support - 24/7
    Contact our sales department
    Hiring an expert
    Migrate to Infomaniak
  • About us
    forest
    icon Ecological commitment
    We pollute. But we are taking action to reduce the footprint of our services and infrastructure
    Discover our commitment →
    icon About Infomaniak
    Our vision, our values
    Our teams
    Infomaniak is recruiting
    Press and communication
    Blog and news
    icon Security
    Data confidentiality
    Bug Bounty Programme
  • Get started for free
    Sign in
  • search-icon
    close-icon
      icon

      Would your needs exceed our solutions? To find out, contact us so that we can advise you personally.

      Our flagship products:
  • search-icon
  • Get started for free
    Sign in
Price Price

Knowledge base

1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!

Knowledge base FAQ - Knowledge base Page 3/1
    20 FAQ(s) found
    Import data from kDrive to Google Drive

    This guide details how to import Google Drive data using rClone on kDrive Infomaniak.

     

    COMPATIBILITY

    my kSuite ✗​​ | my kSuite+ ✗​
    kSuite Standard 1 user max. ✗​ | kSuite Standard 2 users min. ✗​ | kSuite Pro ✔​ | kSuite Enterprise ✔​
    kDrive Solo ✔​ | kDrive Team ✔​ | kDrive Pro ✔​

    ✔​= 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):

    1. 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
    2. 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

    1. Once rclone is installed, enter the command rclone config.
      • Refer to the official configuration guide if necessary.
    2. Then choose to configure a new remote import by answering n for New remote.
    3. Name the remote disk, for example gdrive:
    4. 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.

    1. <li><strong>Enable the Google Drive API</strong> via the button/link "Enable APIs and services".</li>
    2. Search for the keyword Drive and click on Google Drive API:
    3. Click on the Enable button.
    4. Click on Credentials in the left sidebar (and not on a similar button).
    5. 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.
    6. 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 and client secret code displayed.
    7. 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.

    Go back to

    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>

    1. Then choose the scope n°1:
    2. Press the “Enter” key to leave the service_account_file question blank.
    3. Answer “No” n to the question about “advanced configuration”.
    4. 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.

    1. Once the permissions are granted, you should receive the following message:
    2. <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>
    3. 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>

    1. 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:

    1. <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.
    2. Leave the bearer_token blank, then answer “No” n to the question about “advanced configuration”.
    3. 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>

    Prerequisites

    <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.



    Updated 26.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Display and share kDrive logs

    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:

    1. Open the kDrive application on your computer, the app icon must be visible in the notification area.
    2. 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).
    3. Click on the action menu ⋮ to the right of the application window.
    4. Select Application Preferences:
    5. Scroll down to the Advanced section and click on the arrow to the right of debugging information:
    6. Check the box for extended logs as in the image below:
    7. Click the SAVE button and let the application run for at least 10 minutes.
    8. 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:
    9. Inform Infomaniak Support of this action within the ongoing exchange.

     

    Alternative method

    In case of a problem with the method above:

    1. Click on the blue link on the left to Open the debug folder.
    2. 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:

    1. If the files are not large, send them directly to Infomaniak Support within the ongoing exchange.
    2. If the files are large, compress them in .zip format and send them to Infomaniak Support within the ongoing exchange.
    3. 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:


    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage kDrive users

    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:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Check or select the relevant kDrive from the dropdown menu on the left sidebar.
    3. Click on the action menu ⋮ located to the right of the relevant item.
    4. Click on Invite a new user:
       
      sign
       
       
    5. 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.
    6. Enter the email address of the user to invite and specify their rights.
    7. 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:
    sign

     

    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:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Check or select the relevant kDrive from the dropdown menu in the left sidebar.
    3. Click on the action menu ⋮ located to the right of the relevant item.
    4. Click on Manage users.
    5. Click on the action menu ⋮ to the right of the relevant user in the displayed table.
    6. 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:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Check or select the relevant kDrive from the dropdown menu on the left sidebar.
    3. Click on the action menu ⋮ located to the right of the relevant item.
    4. Click on Manage users.
    5. Click on the action menu ⋮ to the right of the relevant user in the displayed table.
    6. Click on Remove user.
    7. 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.
    8. 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:

    sign

     

    To remove an external user:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Check or select the relevant kDrive from the dropdown menu on the left sidebar.
    3. Click on the action menu ⋮ located to the right of the relevant item.
    4. Click on Manage users.
    5. Click on the action menu ⋮ to the right of the relevant external user in the table that appears.
    6. 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.



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage kDrive categories to organize your device data

    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:

     

    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:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. The kDrive directory is displayed in the left sidebar:
      1. Select the file(s).
      2. Click on the label icon at the top of the table.
      3. Click on the category in which the file(s) should be classified:
    3. You can also create a new category with the name of your choice:
      1. Select the file(s).
      2. Click on the label icon at the top of the table.
      3. Enter the name of the category in which the file(s) should be classified.
      4. Click on the icon to create your category and be able to select it:
    4. You can also click on…
      1. … the icon in the CATEGORIES column of your file (the window must be sufficiently large).
      2. … 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:

    1. Press the action menu ⋮ located to the right of the item concerned.
    2. Press Manage categories.
    3. Press the desired category or categories.
    4. 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:



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage the deletion of kDrive files

    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:

    1. Click here to access your product management on the Infomaniak Manager (need help?).
    2. Click directly on the name assigned to the product in question.
    3. Click on Trash in the left sidebar to view the files in it.
    4. Click on Settings to configure the retention period for files in the trash can:
    5. Select the desired duration from the drop-down menu (3 months, 6 months, 1 year).
    6. 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:

    1. 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).
    2. Click on the action menu ⋮ to the right on the window that appears.
    3. Click on Application Preferences:
    4. 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:

    1. Click here to access your product management on the Infomaniak Manager (need help?).
    2. Click directly on the name assigned to the product in question.
    3. Click on Trash in the left sidebar.
    4. Select the items to restore.
    5. 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.



    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Rename a kDrive

    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

    1. Click here to access your product management on the Infomaniak Manager (need help?).
    2. Click on the action menu ⋮ located to the right of the relevant item.
    3. Click on Rename the product.
    4. Rename your kDrive.
    5. Click on the Save button.

     

    ...from the unified app settings

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Click on the Settings icon ‍ at the top right of the interface.
    3. Check or select the kDrive in question from the dropdown menu of the left sidebar.
    4. Click on General.
    5. Edit the name of the kDrive as you wish:


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Restore kDrive to a previous state

    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+ ✔
    kSuite Standard 1 max. user ✔ | kSuite Standard 2 min. users ✔ | kSuite Pro ✔ | kSuite Enterprise ✔
    kDrive Solo ✔ | kDrive Team ✔ | kDrive Pro ✔

    ✔= 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:

    1. Click here to access the Infomaniak kDrive web app (online service kdrive.infomaniak.com).
    2. Click on the Settings icon at the top right.
    3. Check or select the relevant kDrive in the dropdown menu of the left sidebar.
    4. Click on Restore:
    5. Read the on-screen information, then click the button to start:
    6. Review the information in the modal that appears, then click the button to start.
    7. Choose what will be affected by the rollback (the entire kDrive or just a part, and if applicable, for which user).
    8. Choose the date to revert to (maximum 3 months / 90 days).
    9. 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":



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage multiple kDrive on the mobile app (application for iOS/Android smartphone or tablet)

    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.
    sign

     

    Access and management of other kDrive…

    To log in with a different account and thus access other kDrive:

     

    … from the iOS mobile app

    1. Open the app kDrive.
    2. Tap the badge with your initials or avatar at the bottom right.
    3. Tap the icon to the right of the kDrive name (to simply check the kDrive you already have access to).
    4. Tap on Change user:
      sign
    5. Tap on Add a user:
      sign
       
    6. Enter the credentials for your Infomaniak account — refer to this other guide if needed.
    7. Select the kDrive to add.
    8. 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:
      sign

     

    … from the Android mobile app

    1. Open the app kDrive.
    2. Tap the pill with your initials or your avatar at the bottom right.
    3. Tap the icon to the right of the kDrive name (just to check the kDrive you already have access to).
    4. Tap Change user.
    5. Tap Add a user.
    6. Enter the credentials for your Infomaniak account — refer to this other guide if needed.
    7. Select the kDrive to add.
    8. 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

    1. Open the app kDrive.
    2. Tap on More (bottom right) > Account management > Accounts.
    3. Tap Delete account (kDrive will be disconnected and files will be kept on the server).

    … from the Android mobile app

    1. Open the app kDrive.
    2. Press the circular icon at the top right.
    3. Press the three vertical dots all the way to the right of the kDrive to be deleted.
    4. Press Delete account.
    5. Press OK (kDrive will be disconnected and the files will be kept on the server).


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Search for data on kDrive

    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+ ✗‍
    kSuite Standard ✗‍ | kSuite Pro ✔‍ | kSuite Entreprise ✔‍
    kDrive Solo ✗‍ | kDrive Team ✗‍ | kDrive Pro ✔‍

    ✔‍= Offer compatible  |  ✗‍= Not available

     

    Enable search within hosted content

    To enable this intelligent content search feature within PDF files or spreadsheet/text documents:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Click on the Settings icon ‍‍ at the top right.
    3. Check or select the relevant kDrive from the dropdown menu on the left sidebar.
    4. Click on General in the left sidebar.
    5. Click on Smart Features:
    6. Click the button to accept the automatic analysis of files.
    7. 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:

    sign

    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.



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Force kDrive to sync hidden files

    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:

    1. 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).
    2. Click on the action menu ⋮ at the top right in the application.
    3. Click on Preferences:
    4. Click on Files to exclude (in the Advanced section).
    5. Check the box Synchronize hidden files.
    6. 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".



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Clear the cache of the kDrive mobile app (application for iOS/Android smartphone or tablet)

    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)

    1. Open the kDrive mobile app (iOS).
    2. Tap on the photo/initials at the bottom right.
    3. Tap on Settings.
    4. Tap on Local storage management.
    5. Delete the data you want, cache for example (or import which also allows you to unlock any blocked imports)…

     

    ... on Android

    1. Open the settings of the Android phone.
    2. Go to the Applications or Apps & notifications section, for example.
    3. Optionally, tap on Show XX apps if the device does not display them by default.
    4. Tap on kDrive.
    5. Go to the Storage or Storage and cache section, for example.
    6. 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.


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Use Euria on kDrive

    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+ ✗
    kSuite Standard ✗ | kSuite Pro ✔ | kSuite Enterprise ✔
    kDrive Solo ✗ | kDrive Team ✗ | kDrive Pro ✗

    ✔= 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:

    1. Click here to access the Web app kDrive Infomaniak (online service ksuite.infomaniak.com/kdrive).
    2. 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:
    3. 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.



    Updated 28.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Move the local kDrive location

    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:

    1. Make sure all your data is synchronized and is visible on the kDrive web app (online service kdrive.infomaniak.com).
    2. 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):
    3. Quit the desktop app kDrive on the device where you want to change the folder used:
    4. Uninstall the desktop app kDrive completely by deleting all configuration/data, etc. (on macOS, use kDrive Uninstaller located in the Applications/kDrive folder):
    5. Delete the folder kDrive (or kDrive2, etc. located in step 2).
    6. Reinstall the desktop app kDrive and when the user account connection is made, click on the pencil ✎ icon at the folder synchronization selection step:
    7. Choose the new hard drive as the location for the new folder (name it as you wish):
    8. Complete the setup:
    9. 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.


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Share data by email from the kDrive web app

    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:

    1. Click here to access the kDrive web app (online service kdrive.infomaniak.com).
    2. Right-click on the file/folder in question or click on the action menu ⋮ to the right of the item in question.
    3. From the dropdown menu that appears, choose to share the item by email:
    4. Choose which address (from those currently linked to your web app Mail) to send the file from.
    5. Click on Continue:
    6. The web app Mail opens in the browser and the body of the message automatically contains the links to the shared content…
      1. 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:


    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage the sharing of the organization's kDrive folders

    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:

    1. Right-click on the folder or subfolder in question.
    2. Choose the Share item.
    3. Stay on the first tab by adjusting the security settings according to your needs.
    4. 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:

    1. Right-click on the folder or subfolder in question.
    2. Choose the Share item.
    3. Click on the second tab.
    4. Enter the email address of the user in question.
    5. Click to add (the operation can be performed for multiple users at once):
    6. 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.
    7. Click on Send Invitation:
    8. 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):
    9. The administrator can see the pending request and resend the invitation if necessary:
    10. The invited person receives an email to register as an Infomaniak user:
    11. The person fills out the form, their email address is pre-filled, it will be their Infomaniak user account identifier:
    12. 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…:

    1. … Invite this person as a kSuite user by clicking on the link that opens user management in a new tab:
    2. Create the kSuite user (following the A-B-C order below):
    3. 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:
    4. 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):

    1. 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):
    2. Then, share again but more restricted from the folder in question and check the access column in the kDrive tree:

       
    3. And there you go, the user now only sees part of the folder, which is still shared:
    4. And this time, if the user installs the kDrive app, they can choose the kDrive in question:
    5. They can access the files on the computer:


    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Import photos to the mobile app kDrive (Android)

    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

    • Have a kDrive or kSuite offer.
    • Install the mobile app kDrive (app for smartphone or Android tablet).

     

    Enable sending to kDrive on Android

    To send photos to kDrive:

    1. Open the mobile app kDrive (Android).
    2. Tap the photo/initials at the bottom right.
    3. Tap on Settings:
    4. Tap on Photo backup:
    5. Enable Automatic Backup using the toggle switch.
      • Android may ask you at this point for access to all your photos, which you should accept:
    6. Tap on Select a kDrive:
    7. Select the kDrive user (if you have linked several to your device) and then the kDrive associated with that user:
    8. 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:
    9. Select the folder(s) on your mobile device containing the photos to be sent to kDrive, then tap the cross:
    10. Configure the rest (including video sending, monthly sorting, request to delete content left on the device, recursivity, synchronization delay, etc.) then click on Save:
    11. 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:
    12. 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:



    Updated 20.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Add an attachment to an event in the Web app Calendar Infomaniak (online service ksuite.infomaniak.com/calendar)

    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).



    Updated 29.08.2025 Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Manage the kDrive subscription from Apple iOS

    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


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Display the statistics and activity report kDrive

    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:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Click on kDrive Management in the left sidebar.
    3. Click on Statistics.
    4. 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.



    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Evolve an existing kDrive to a new kSuite

    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:

    1. Click here to access the kDrive Infomaniak web app (online service kdrive.infomaniak.com).
    2. Click on Manage.
    3. 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.



    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Display more results If you cannot find an answer, contact us
    logo infomaniak
    Prices do not include VAT
    facebook
    twitter
    linkedin
    instagram

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press space Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support Sales contact API REST Report abuse WHOIS Public Cloud status Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes Infomaniak Academy

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    ©2025 Infomaniak - Legal documents - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies
    bcorp-logo
    icann-logo
    swiss
    new-iso
    swiss-hosting
    logo infomaniak
    Prices do not include VAT

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press and media Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support offer Sales contact API REST Report abuse WHOIS Public Cloud status Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes Infomaniak Academy

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    bcorp-logo
    icann-logo
    swiss
    new-iso
    swiss-hosting

    facebook
    twitter
    linkedin
    instagram
    ©2025 Infomaniak
    Contracts - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies

    Managers

    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    Your browser is outdated, security and browsability are no longer guaranteed. We recommend that you update it as soon as possible by clicking here.