You have to set executable file permission to the ODrive AppImage file.
```
$ chmod +x odrive-0.1.3-x86_64.AppImage
```
Simple run the following ODrive AppImage file to launch the ODrive GUI for further setup.
```
$ ./odrive-0.1.3-x86_64.AppImage
```
You might get the same window like below when you ran the above command. Just hit the **`Next`** button for further setup.
![][5]
Click **`Connect`** link to add a Google drive account.
![][6]
Enter your email id which you want to setup a Google Drive account.
![][7]
Enter your password for the given email id.
![][8]
Allow ODrive (Open Drive) to access your Google account.
![][9]
By default, it will choose the folder location. You can change if you want to use the specific one.
![][10]
Finally hit **`Synchronize`** button to start download the files from Google Drive to your local system.
![][11]
Synchronizing is in progress.
![][12]
Once synchronizing is completed. It will show you all files downloaded.
Once synchronizing is completed. It’s shows you that all the files has been downloaded.
![][13]
I have seen all the files were downloaded in the mentioned directory.
![][14]
If you want to sync any new files from local system to Google Drive. Just start the `ODrive` from the application menu but it won’t actual launch the application. But it will be running in the background that we can able to see by using the ps command.
```
$ ps -df | grep odrive
```
![][15]
It will automatically sync once you add a new file into the google drive folder. The same has been checked through notification menu. Yes, i can see one file was synced to Google Drive.
![][16]
GUI is not loading after sync, and i’m not sure this functionality. I will check with developer and will add update based on his input.