Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
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.
- Have the mobile app kDrive (app for Android smartphone or tablet).
Enable sending to kDrive on Android
To send photos to kDrive:
- Open the mobile app kDrive (Android).
- Tap on the photo/initials at the bottom right.
- Tap on Settings:
- Tap on Photo backup:
- Enable Automatic Backup using the toggle switch.
- Android may ask you at this point for access to all your photos, which you should accept:
- Android may ask you at this point for access to all your photos, which you should accept:
- Tap on Select a kDrive:
- Select the kDrive user (if you have linked several to your device) and then the kDrive associated with that user:
- Select the folder in your kDrive file tree (you can create a new folder if necessary) that will hold your content and confirm at the bottom:
- Select the folder(s) on your mobile device containing the photos to be sent to kDrive, then tap the cross:
- Configure the rest (including sending videos, monthly sorting, request to delete content left on the device, recursivity, synchronization delay, etc.) then click on Save:
- If you have chosen to send all your existing content and not just new photos, then the upload of your files begins and you can follow it with the notifications of your mobile device:
- The new content gradually appears on all your devices, for example on the Web app kDrive (online service kdrive.infomaniak.com), in the specified location:
This guide explains how to view 3D files on the kDrive web app (online service kdrive.infomaniak.com) and interact with them.
Introduction
- The 3D file object can be viewed with a choice of light or dark background.
- It is possible to zoom in and out, and the 3D view can be recentered with a click.
- The camera can be in orthographic or perspective mode.
- Extensions recognized and theoretically supported by online preview:
3dm
3ds
3mf
amf
bim
brep
dae
fbx
fcstd
glb
ifc
iges
obj
off
ply
step
stp
stl
wrl
- Recognized extensions only:
blend
usd
usda
usdc
usdz
gltf
- Formats that depend on other files cannot be previewed.
- Files with a thumbnail (like
obj
,stl
, etc.) are generally supported by the preview.
Preview 3D files
To access kDrive and interact with the 3D images:
- Click here to access the Web app kDrive Infomaniak (online service kdrive.infomaniak.com).
- Open the relevant image file.
- Manipulate the object directly with the cursor.
- Use the toolbar available below the image:
This guide explains how to create, save and edit an Office file (text, spreadsheet, presentation...) on the Web app kDrive (online service kdrive.infomaniak.com).
Preamble
- Refer to this other guide if you are looking for information on editing documents on the kDrive mobile app (application for iOS/Android smartphone or tablet).
- Your files are never analyzed and are exclusively stored in Switzerland.
Text files, spreadsheets, presentations...
... with the native editor
The Web app kDrive (online service kdrive.infomaniak.com) natively integrates the applications Docs, Grids and Points which allow you to create, edit and collaborate online on documents of type Word .docx
, Excel .xlsx
and PowerPoint .ppsx
. You can thus work with:
- word processing document
- spreadsheet (worksheet)
- presentation
- notebook
- document draw.io for diagrams, schematics and wireframes
A feature allows you to add a unique bookmark, a sort of shortcut to a favorite passage in your document or the equivalent of a web page anchor, which you can easily share with your contacts. You can also easily notify a user in your Organization directly on the document.
Refer to this other guide for more information on this topic.
... with Microsoft Office Online
Another editing solution is available to you (depending on the kDrive / kSuite offer activated): the Microsoft Office Online editor (refer to this other guide for more information).
PDF Files
Refer to this other guide if you are looking for information on editing (including signing) documents in PDF format.
This guide details some of the operations that can be carried out with data stored on kDrive Infomaniak.
Put as favourite / file tracking
Favorites are synchronized between the Web app kDrive Infomaniak (online service) kdrive.infomaniak.com)…
... and the mobile app (app for iOS/Android smartphone or tablet):
On the web app kDrive
To favorite a file or folder of the web app kDrive Infomaniak (online service) kdrive.infomaniak.com) :
- Click here to access the web app kDrive Infomaniak (online service) kdrive.infomaniak.com).
- Select a file to set as your favourite and click on the icon ☆ :
You can also put several files as a favorite thanks to the top menu...
... or click on the action menu ⋮ to the right of the element concerned:
Unzip an archive
This feature for file type .zip
is planned but is not yet available.
This guide details how to import data from iCloud using rClone on kDrive Infomaniak.
COMPATIBILITY my kSuite ✗ | my kSuite+ ✗ ✔= Compatible offer | ✗= Not available |
Preamble
- Since Apple does not offer an API like its competitors, one solution to retrieve documents from an iCloud Drive is to install the app kDrive macOS to synchronize the icloud folder, which should be in your library. The guide below offers a solid alternative.
1. Set up rclone for drive access
Installing rclone on your computer
There is a version of rclone with a graphical interface (GUI) but it is quite possible to do this via command line (CLI):
- Install rclone from a terminal application on your device by entering the following command:
sudo -v ; curl https://rclone.org/install.sh | sudo bash
- Enter the password for your session on your computer to start the installation:
- Refer to the official installation guide if necessary.
Configuration of the remote drive (iCloud) on rclone
- Once rclone is installed, enter the command
rclone config
.- Refer to the official configuration guide if necessary.
- Then choose to configure a new remote import by answering
n
forNew remote
. - Name the remote disk, for example
appledrive
: - Then choose the type of drive to import by responding with
iclouddrive
, which corresponds to iCloud Drive among the options offered. - Specify the
apple_id
to rclone by entering your Apple ID (usually an email address). - Choose to use your own password linked to the Apple ID account (
y
). - Enter your password twice as prompted:
- Answer “No”
n
to the question about “advanced configuration”. - A window on your device should open to warn you of a remote connection; authorize it:
- A window on your device should open with a 2FA code; copy it:
- Paste the code when rclone it asks you.
- Answer “Yes”
y
to the last question if all the presented information is correct.
Setting up the destination drive (kDrive) on rclone
It is possible to act directly on the configuration file of rclone by pasting your kDrive configuration in the following format, 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, just like for the previous configuration:
- Still in the terminal, enter
n
for a new disk configuration and enter the namekDrive
to recognize your destination disk: - Then choose the type of disk to import by entering
webdav
, which corresponds to a WebDAV configuration among the options offered. - 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 for logging into the Infomaniak user account
- Answer “Yes”
y
when prompted for the password, then enter the password:- application password if two-factor authentication is enabled or the one for your Infomaniak user account if you have not enabled 2FA.
- Leave
bearer_token
empty, then answer “No”n
to the question about “advanced configuration”. - Answer “Yes”
y
to the last question and your 2 drives will be displayed:
2. Copy iCloud data to kDrive
Prerequisites
- Check the available options on the official guide before starting an import.
Example command to start copying your iCloud data to the root of your kDrive:
sudo rclone copy appledrive: kDrive:
This will instantly start copying your folders, subfolders, and iCloud contents to your personal folder in your Infomaniak kDrive!
Details about the dates of your exported photos
If you export your photos from iCloud to kDrive Infomaniak, be mindful of the date metadata. During export, the file creation dates may be altered and replaced with the export date instead of the original capture date.
Here is a script for advanced users that allows you to restore the correct data to your files from the EXIF information (it is recommended to process batches of 7000 photos max. to avoid a crash):
- Download ExifTool https://exiftool.org/index.html (MacOS Package).
- Install the application by allowing it to open beforehand if necessary:
- Open Script Editor (located in your Applications > Utilities folder):
- Click on New document.
- Copy and paste the long script below into the Script Editor window.
- Click on Run to start the script, a window opens:
- Select the folder to analyze.
- Let the script run, it will modify the dates or write errors in a file errors.txt on the desktop.
The script to copy and paste in full:
-- remplace date du fichier par la date exif creation
tell application "Finder"
set Chemin to choose folder with prompt "Sélectionnez le dossier contenant les fichiers à redater"
my inspecter(Chemin)
end tell
on inspecter(un_dossier)
tell application "Finder"
-- traitement des fichiers :
set les_fichiers to files of un_dossier
repeat with chaque_fichier in les_fichiers
-- traitement d'un fichier
set lefichier to chaque_fichier
set AppleScript's text item delimiters to {""}
set nom to name of chaque_fichier --récupère le nom du fichier
set extens to document file nom in un_dossier --recupere l extension du fichier
set lextension to name extension of extens
set sauv to AppleScript's text item delimiters --sauvegarder la variable delimiteur
set AppleScript's text item delimiters to {"."} --récupère la partie avant le dernier "."
set elements to text items of nom
set nomcourt to (items 1 thru -2 of elements) as string
set ancien_nom to nomcourt
set AppleScript's text item delimiters to sauv --restaurer la variable delimiteur
set chaque_fichier to chaque_fichier as string
try
set datephoto to do shell script "/usr/local/bin/exiftool -DateTimeOriginal " & quoted form of POSIX path of chaque_fichier
if datephoto is "" then set datephoto to do shell script "/usr/local/bin/exiftool -CreationDate " & quoted form of POSIX path of chaque_fichier
if datephoto is "" then set datephoto to do shell script "/usr/local/bin/exiftool -CreateDate " & quoted form of POSIX path of chaque_fichier
on error
-- Ecrit un fichier erreur sur le bureau si erreur chargement date
set lelog to open for access ((path to desktop folder as text) & "errors.txt") as text with write permission
write "Le fichier ne contient pas de date : " & chaque_fichier & return to lelog starting at eof
close access lelog
set datephoto to ""
end try
if length of datephoto > 20 then
set x to (length of datephoto) - 33
set DateOriginale to text -x thru -1 of datephoto
set ladate to text 1 thru 5 of DateOriginale
set lannee to ladate
set ladate to ladate & text 7 thru 8 of DateOriginale
set lemois to text 7 thru 8 of DateOriginale
set ladate to ladate & text 10 thru 11 of DateOriginale
set lejour to text 10 thru 11 of DateOriginale
set ladate to ladate & text 13 thru 14 of DateOriginale
set lheure to text 13 thru 14 of DateOriginale
set ladate to ladate & text 16 thru 17 of DateOriginale
set lesminutes to text 16 thru 17 of DateOriginale
set ladate to ladate & "." & text 19 thru 20 of DateOriginale
set lessecondes to text 19 thru 20 of DateOriginale
set newnom to lannee & "-" & lemois & "-" & lejour & " " & lheure & "." & lesminutes & "." & lessecondes
set xxx to ladate as string
if xxx is " 000000000000.00" then
-- Ecrit un fichier erreur sur le bureau si erreur chargement date(=0000...)
set lelog to open for access ((path to desktop folder as text) & "errors.txt") as text with write permission
write "Le fichier ne contient pas de date : " & chaque_fichier & return to lelog starting at eof
close access lelog
else
do shell script "touch -t " & ladate & " " & quoted form of POSIX path of chaque_fichier
end if
end if
if datephoto is not "" then
else
set lelog to open for access ((path to desktop folder as text) & "errors.txt") as text with write permission
write "Le fichier ne contient pas de date : " & chaque_fichier & return to lelog starting at eof
close access lelog
end if
end repeat
-- traitement des dossiers :
set les_dossiers to folders of un_dossier
repeat with chaque_dossier in les_dossiers
-- traitement d'un dossier
my inspecter(chaque_dossier)
end repeat
end tell
end inspecter
tell application "Finder"
(display dialog ("waouou ... Ca y est c'est fait !") buttons {"Salut !"})
end tell