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.

     

    âš  Available with:

    kSuiteFree
     Standard
     Business
     Enterprise
     my kSuite
     my kSuite+
    kDriveSolo
     Team
     Pro

     

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

    You must then authorize the connection to Google Drive from a browser.

    By default, rclone uses a shared client ID among all users, which may result in request limitations imposed by Google. It is strongly recommended to use your own client ID to avoid these restrictions.

    1. Access the Google API Console with your Google account.
    2. Create or select a project.
    3. Enable the Google Drive API via the button/link "Enable APIs and Services".
    4. Search for the keyword Drive and click on Google Drive API:
    5. Click on the Enable button.
    6. Click on Credentials in the left sidebar (and not on a similar button).
    7. 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".
      • Return to the "Google Auth Platform" section.
    8. 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 the client secret code displayed.
    9. If "External" was chosen in step 7 above, return 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.

    Return to rclone in the terminal:

    1. Indicate to rclone the client_id by copying-pasting the Client ID obtained in step 8 above, same for the secret phrase.
    2. Then choose the scope n°1:
    3. Press the “Enter” key to leave the service_account_file. question blank
    4. Answer “No” n to the question about “advanced configuration”.
    5. Answer “Yes” y to the question about the web browser connection:
    6. A web page opens in your web browser allowing you to connect to Google and authorize the application you created in step 9 above.
    7. Once permissions are granted, you should receive the following message:
    8. In the terminal, answer “No” n to the question about “Shared Drive (Team Drive)”.
    9. Answer “Yes” y to the last question:

     

    Configuration of the destination disk (kDrive) on rclone

    It is possible to act directly on the configuration file of rclone by pasting your kDrive configuration in it, for example:

    [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

     

    But here is how to proceed step by step as for the previous configuration:

    1. Still in the terminal, enter n for a new disk configuration and enter the name kDrive to recognize your destination disk:
    2. Then choose the type of disk to import by answering webdav which corresponds to a WebDAV configuration among the choices offered.
    3. Enter the following information:
      • url = direct access to kDrive (refer to this other guide regarding the kDrive ID for the connection URL)
      • vendor = rclone (option number 6)
      • user = email address to log in to the Infomaniak user account
    4. Answer “Yes” y to the question about the password, then enter the password:
      • application password in case of double authentication activated or the one of your Infomaniak user account if you have not activated 2FA.
    5. Leave bearer_token blank, then answer “No” n to the question about “advanced configuration”.
    6. Answer “Yes” y to the last question and your 2 disks are displayed:

     

    2. Copy data from Google Drive to kDrive

    kDrive supports rclone streaming upload via WebDAV, up to 50 GB (extendable to 100 GB) to avoid abuse, with automatic error handling if the limit is exceeded without prior specification of the size via Content-Length.

    Prerequisites

    • Consult the available options in the official guide before starting an import, particularly these important commands:
      • --drive-skip-shortcuts to avoid infinite import loops
      • --drive-shared-with-me to get what has been shared
      • --drive-acknowledge-abuse to force the download of files blocked by Google

    Example of a command to start copying your Google Drive to the root of your kDrive:

    sudo rclone copy gdrive: kDrive:

    This will immediately start copying your folders, subfolders, and Google Drive contents to the personal folder of your Infomaniak kDrive!

    Google documents such as Gdocs, Sheets, Slides, etc. are converted to Office formats like .docx, .xlsx, etc. and are readable directly on kDrive.



    Updated 13.10.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 transmit 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.

     

    âš  Available with:

    kSuiteFree*
     Standard 
     Business 
     Enterprise 
     my kSuite 
     my kSuite+ 
    kDriveSolo 
     Team 
     Pro 

    * Last 7 days only

     

    Preamble

    • For various reasons (a file type or a name length exceeding commonly accepted limits, etc.), it may happen 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 issue without sending the logs: conflicts and known issues.

     

    Save and Share 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 the arrow to the right of the 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 to the same place 10 minutes later (points 1-6 above) 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

    If you encounter issues with the method above:

    1. Click 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 through 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, upload 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 14.10.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.
    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).

     

    âš  Available with:

    kSuiteFree
     Standard
     Business
     Enterprise
     my kSuite
     my kSuite+
    kDriveSolo
     Team
     Pro

     

    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 relevant kDrive, follow the assistant that opens when connecting to kDrive.
    • Read and understand this other guide about 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 sidebar; if you close it, Euria remains accessible via the round icon located at the top right:

     

    How can Euria help?

    Euria helps you to effectively use the document you have opened (and only that one); it can notably:

    • 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, what the top-priority projects are, or the last date the document was modified…

     

    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 phrasing: “Create an ics format event taking the details of this appointment”.

    Euria can also extract events from a more complex document:

    Euria will explain 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 into your kSuite calendar):

    Create a family tree of characters

    With a book stored on your kDrive, you can ask Euria to create a precise and complete family tree to show the relationships between all the characters. You will thus obtain a list of names/first names with their relationships.

    But you can take the experience 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 even 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 13.10.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 file deletion

    This guide explains how to manage the behavior of deleted files and the trash of kDrive.

     

    Preamble

    • When a file is deleted from one of the tools synchronized with kDrive, the kDrive Web app (online service ksuite.infomaniak.com/kdrive) moves the file to its trash.
    • If this kDrive trash is emptied, it is impossible to recover its contents.
    • If the trash of the operating system of the computer on which kDrive is installed is emptied, this does not empty the trash of the kDrive Web app kDrive.
    • The file remains for a minimum of 30 days after it arrives in the kDrive trash, but some offers can define a retention period of up to 365 days:

    âš   Maximum duration that can be chosen for the retention of files in the kDrive trash:

    kSuitefree30
     Standard60
     Business180
     Enterprise365
     my kSuite30
     my kSuite+60
    kDriveSolo365
     Team365
     Pro365

     

    Organize the trash…

     

    … of the kDrive Web app

    To access the trash files:

    1. Click here to access the management of your product on the Infomaniak Manager (need help?).
    2. Click directly on the name assigned to the product concerned.
    3. Click on Trash in the left sidebar to view the files that are in it.
    4. Click on Settings to configure the retention duration of files in the trash:
    5. Choose the desired duration from the dropdown menu (3 months, 6 months, 1 year).
    6. Confirm the settings 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 kDrive desktop app

    To choose whether deleting a file on the Web app or the mobile app should place the file synchronized with the desktop app in the computer's trash:

    1. Left-click on the desktop 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 â‹® on the right of the window that appears.
    3. Click on Application Preferences:
    4. Enable or disable the toggle switch to decide whether to send the synchronized version to the computer's trash:

     

    Resolve a trash problem on computer

    In rare cases, it may happen that despite a setting to move files to the trash (point 4 above), the desktop app permanently deletes the file erased from:

    • … the Web app (online service ksuite.infomaniak.com/kdrive)…
    • … the mobile app (application for iOS / Android smartphone or tablet)…
    • … another synchronized computer…

    instead of placing it in the trash, because:

    • Insufficient space: the trash has reached its maximum configured size.
    • No trash: on some file systems, such as network or removable drives (USB key for example), there may be no trash.

    This list is not exhaustive but it covers the majority of cases that will not be reported to the user. Other issues such as those related to the use of disks mounted as read-only 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 the management of your product on the Infomaniak Manager (need help?).
    2. Click directly on the name assigned to the product concerned.
    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 as it was before file moves or reorganizations, refer to this other guide.

    To restore a previous version of an existing file, refer to this other guide.



    Updated 13.10.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, replace, or delete a user from a kDrive. To learn more about managing user rights, refer to this other guide.

     

    Prerequisites

    • The user must create (or own) an Infomaniak account to accept the invitation and join the kDrive.
    • Have a kDrive offer with a sufficient number of available user quotas (need help?).

     

    Add a user

    To do this:

    1. Click here to access the Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Check or select the relevant kDrive in the dropdown menu of the left sidebar.
    3. Click on the action menu â‹® located to the right of the relevant item.
    4. Click on Invite a new user:
    5. If necessary, click again on the button to invite a new user and then click on:

      1. Add a user to the Drive to select a user already present in your Organization,
      2. Add a user to my Organization to invite an external user.


      With kSuite it's essentially the same thing:

      1. Create a (new) kSuite user,
      2. Invite an existing user to kSuite.
    6. Press the button to continue.
    7. Depending on your choice, enter the contact details or simply the email address of the user to be invited and specify their rights.
    8. Click on Invite.

    The user will then receive an email allowing them to accept the invitation (valid for 1 month). They will be indicated as an invited user pending in the kDrive user management.

     

    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 Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Check or select the relevant kDrive in the dropdown menu of 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 user in question in the table that appears.
    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 your team, several options are available to you as an administrator. You can choose to…

    • … block the user for a certain period of time (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.

    To delete a user:

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

     

    Delete an external user from kDrive

    External users are those to whom you have only shared one or more files/folders without giving them access to the full kDrive:

    To remove an external user:

    1. Click here to access the Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Check or select the relevant kDrive in the dropdown menu of the left sidebar.
    3. Click on the action menu â‹® located to the right of the item in question.
    4. Click on Manage users.
    5. Click on the action menu â‹® to the right of the external user concerned in the table that appears.
    6. Click on Remove access to kDrive:

       

    You can also go to the shared file location and click on the sharing column to remove access for the user concerned:

    You can:

    • stop sharing the file with them (they will still see other files if you have shared others)
    • remove their access to all files you have shared with them from this kDrive

     

    Note that the external user can also, from their limited kDrive, remove themselves by cutting access to the shared file if they no longer wish to access that file:

    They will no longer appear in the external users.

     

    Replace the kDrive Solo user

    In the case where a kDrive Solo administrator wishes to withdraw (only this type of account can do so) and assign the kDrive usage rights to a third-party user (already among the users of the Organization on which the kDrive in question is located):

    1. Click here to access the Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Check or select the kDrive Solo concerned in the dropdown menu of the left sidebar.
    3. Click on the action menu â‹® located to the right of the item in question.
    4. Click on Dashboard.
    5. Click on Manage users:
    6. Click on the action menu â‹® located to the right of the current user.
    7. Click on Replace user:
    8. Indicate the user (among those already attached to the Organization) who should be the main user of the kDrive Solo replacing the current administrator.
    9. Choose whether the existing data on kDrive should be retained and transferred to the user, or if it should be deleted entirely and permanently.
    10. Click the Replace button:


    Updated 22.09.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:



    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 of 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 the management of your product on the Infomaniak Manager (need help?).
    2. Click on the action menu â‹® located to the right of the item concerned.
    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 Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Click on the Settings icon at the top right of the interface.
    3. Check or select the kDrive concerned in the dropdown menu of the left sidebar.
    4. Click on General.
    5. Click on the pencil ✎ icon to 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 changes have been made and you have lost track.

     

    âš  Available with:

    kSuiteFree
     Standard
     Business
     Enterprise
     my kSuite
     my kSuite+
    kDriveSolo
     Team
     Pro

     

    Preamble

    • The restore or Rewind feature allows you to revert to a previous state, like a time machine, and restore the order of your chosen files or your entire kDrive up to 3 months back (linked to the file version retention period).
    • 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 actions are performed on permissions 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 ksuite.infomaniak.com/kdrive).
    2. Click on the Settings icon in the top right corner.
    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 validate.
    7. Choose what will be affected by the rollback (the entire kDrive or just a part, and if applicable, for which user).
    8. Click on Continue:
    9. Choose the date to revert to (maximum 3 months / 90 days).
    10. Click on Continue:
    11. Launch the analysis in the next step, and determine the next steps based on the proposed result (and if a rollback yields no results, the analysis will indicate this):
    12. A final security request will appear before the restoration begins.

    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 started the restoration:

    In the analysis report view, the data is listed and grouped by its current location before the rollback.

     

    In case of conflict

    At the root of the kDrive of the administrator who performed the operation (or for the affected user) a folder named 'Restoration (date and time)' will be created, containing a subfolder with conflicting files called 'Conflict' and another folder for the files currently in the target called 'Later Items':



    Updated 13.10.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.
    Search for data on kDrive

    This guide covers searching for information within the data stored on kDrive Infomaniak among the files and folders accessible to the connected user.

     

    âš  Available with:

    kSuiteFree
     Standard
     Business
     Enterprise
     my kSuite
     my kSuite+
    kDriveSolo
     Team
     Pro

     

    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 kDrive Infomaniak web app (online service ksuite.infomaniak.com/kdrive).
    2. Click on the Settings icon in the top right corner.
    3. Check or select the relevant kDrive in the dropdown menu of the left sidebar.
    4. Click on General in the left sidebar.
    5. Click on Intelligent 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 kDrive mobile app (application for iOS/Android smartphone or tablet)

    On the main page of the kDrive app, 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 ksuite.infomaniak.com/kdrive)

    The search bar is always placed at the top of the screen. The keyboard shortcut CMD-F or CTRL-F allows you to place the focus in the field to enter the text to find more quickly. The results are displayed as you search. You can also search for files by their type:

    Click on the advanced search icon at the bottom of the search bar dropdown menu to filter according to the following criteria:

    • location
    • document type
    • modification date
    • created by {kDrive user}
    • text visible in the file or folder name
    • text in the file content itself
    • category

    Once you have set your search criteria for the keyword to find, start the search using the Search button.



    Updated 13.10.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.
    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".



    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.
    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 via email from the kDrive Web app

    This guide explains how to quickly share content from the Web app kDrive Infomaniak (online service ksuite.infomaniak.com/kdrive) by email.

     

    Share by email from kDrive

    You can email 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 Web app kDrive (online service ksuite.infomaniak.com/kdrive).
    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. This is exactly the same method as if you select the file directly from the kDrive icon on the composition window of the Web Mail app: 
      2. However, by doing this (linking a kDrive file from Mail directly), an additional choice allows you to attach the file itself, as an attachment (the file will be sent in the state it is in at the moment you select it; there is no longer any notion of collaboration / sharing as is the case with the method explained in this guide and in the choice of point “a” above).

     

    Invite to collaborate on the file

    For documents with file extensions such as Office .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 authorize the modification of the document from kDrive, the user will be able to collaborate (with or without prior registration) i.e. modify in their browser and then save the document you have shared: 


    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 kDrive mobile app (Android)

    This guide explains how to automatically transfer photos from your mobile device (Android) to kDrive Infomaniak.

    Once this feature is activated, the photos from the mobile device (located in the folder of your choice) will be saved progressively in a folder of your choice on kDrive.

     

    Prerequisites

    • Have a kDrive / kSuite offer.
    • Install the mobile app kDrive (app for Android smartphone or 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 Settings:
    4. Tap Photo backup:
    5. Activate Automatic backup using the toggle switch.
      • Android may ask you at this point for access to all your photos, which you must accept:
    6. Tap Select a kDrive:
    7. Choose the kDrive user (if you have linked several on your device) and then the kDrive linked to this user:
    8. Choose the folder in the kDrive directory (you can create a new folder if necessary) that will host your content and validate at the bottom.
    9. Choose the folder(s) on the mobile device where your photos to be sent to kDrive are located, then tap the cross:
    10. Configure the rest (sending including videos, monthly sorting, request to delete content remaining on the device, recursion, synchronization delay, etc.) then tap Save:
    11. If you have chosen to send all your existing content and not just new photos, then the upload of your files starts and you can follow it with the notifications of your mobile device:
    12. The new content appears gradually on all your devices, for example on the Web app kDrive (online service ksuite.infomaniak.com/kdrive), in the specified location.


    Updated 03.10.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:


    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

    You can indeed subscribe to a Solo or Team kDrive 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 the responsibility of Infomaniak).
    • Infomaniak can no longer provide support for the billing part of kDrive; you will need to contact Apple support directly.

    To understand billing and the management of your subscription with Apple, refer to the following official Apple guides:

    • Billing and subscriptions
    • App billing
    • View your purchase history in the App Store
    • Know what has been billed to you

     

    In summary

    Managed by Infomaniak

    • Hosting of your data
    • Technical support for kDrive

    Managed by Apple

    • Administrative support related to your kDrive subscription
    • Invoice and payment method


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

    This guide explains how to add an attachment from kDrive to an event in a calendar / agenda on the Infomaniak Web app Calendar (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 Infomaniak Web app Calendar (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 can 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 to 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 at 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 13.10.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 kDrive activity statistics and report

    This guide details the Statistics section accessible online to managers of a kDrive.

     

    âš  Available with:

    kSuiteFree*
     Standard 
     Business 
     Enterprise 
     my kSuite 
     my kSuite+ 
    kDriveSolo 
     Team 
     Pro 

    * Last 7 days only

     

    Access kDrive stats

    To display the page that details the various statistics of your kDrive:

    1. Click here to access the Infomaniak kDrive Web app (online service ksuite.infomaniak.com/kdrive).
    2. Click on kDrive Management in the left sidebar.
    3. Click on Statistics.
    4. Choose the type of statistics to view:

     

    Customize the display

    Each screen of these statistics (Shared links, Activities on kDrive, etc.) includes icons and buttons:

    Clicking on them allows you to:

    • search for a term
    • download a CSV file (format .csv) with the data obtained (read below)
    • filter elements based on, for example, users, or views counted on files as well as the type of sharing (with or without password and expiration date)

     

    1. Share link stats

    The creation of share links are listed in the left sidebar of the kDrive Web interface but this statistics screen allows you to know 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 shows the sessions recently opened (or over the filtered period) by the users of your kDrive and their operating system.

    4. Connected devices

    This screen details the operating systems of the devices connected to your kDrive with their percentage representation: Windows X% (X devices); same for macOS, Linux, Android, etc.

    5. Activity on the kDrive

    If you have any doubt about who did what on your shared space, file update, move to the 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 thanks to the ad hoc link at the top of the table, covering one or more users and focused on one or more actions. You receive this report by email within a few minutes and can download it in CSV format. Note that the hours mentioned may be in UTC 0 format.



    Updated 13.10.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.
    Customize shares and deposits kDrive

    This guide explains how to add background images and change the text color of the share links and kDrive drop boxes so that they match the graphic identity of your organization.

     

    Preamble

    • Any customization from the share link is applied to the drop box (and vice versa).
    • The customization of the drop box will only be visible when you share its access via a share link.

     

    Customize share links & drop boxes

    To access kDrive customization:

    1. Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
    2. Click on Shares in the left sidebar:
      1. Click on Public share links
      2. or click on Drop boxes
      3. Click on Customize.
    3. Change the text color and add an image or background color.
    4. Click on Save


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