Not all folders visible OneDrive ubuntu

I’m using rclone on ubuntu with OneDrive

On my phone I have photos, which were uploaded to OneDrive. On the OneDrive app I see them and the other folders, myfiles

On the OneDrive web page I see all folders and photos the same as my phone.

On my ubuntu hard drive the synced one, the folder only shows the myfiles not all the other folders or the photos folder I see on the website and app.

How do I sync these to my hard drive?
Do I move them to the myfiles folder?

I’ve searched but can’t seem to find how to fix this particular issue.

Dennis

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum.
can you supply the requested info.

What is your rclone version (output from rclone version )

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp )

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

What is your rclone version (output from rclone version )

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.6

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 20.04LTS 64bit

Which cloud storage system are you using? (eg Google Drive)

OneDrive

The command you were trying to run (eg rclone copy /tmp remote:tmp )

Paste command here

The rclone config contents with secrets removed.

[onedrivelinux]
type = onedrive
token = {"access_token":"EwCAA6hgI=","token_type":"Bearer","refresh_token":"MCVpRU$","expiry":"2020-07-23T15:32:28.649062994-04:00"}
drive_id = d5xxxxx735
drive_type = personal

A log from the command with the -vv flag

Not sure how to obtain this

D

  • please update rclone to latest stable v1.52.2.

  • what rclone command are you using?

The command you were trying to run (eg rclone copy /tmp remote:tmp )

Paste command here

I'm not running a command. I'm wondering about the folders and directories.

I just installed a couple days ago from apt get, how do I get the latest version?

Do ALL the folders in the OneDrive area get synced or just specific ones? It seems only the ones in the MyFiles are synced now

D

to update rclone
https://rclone.org/install/#script-installation

curl https://rclone.org/install.sh | sudo bash

to get a list of folders in your onedrive,
then run this command, post the command and output
rclone lsd onedrivelinux:

      rclone lsd onedrivelinux:
      -1 2020-07-20 09:28:19         9 Desktop
      -1 2020-07-20 10:18:33        15 Documents
      -1 2017-01-06 20:44:39         0 Email attachments
      -1 2020-07-23 11:57:52         7 Pictures
      -1 2012-11-21 00:18:45         0 Public

This is the folders on the OneDrive web page/phone app:
My Files
Recent
Photos
Shared
Recycle bin

The contents of the My Files folder from above is:
Desktop
Documents
Email attachments
Personal Vault
Pictures

What I'm trying to sync is the Photos folder that is not in the My Files folder.

I'm very grateful for you help thus far.

I updated to the recent version.

D

what does this mean

I'm not sure of the name....
In nautilus, the 'mounted' drive.... OneDriveLinux
This is where all the directories (Dekstop, Documents, Email attachements etc are )

d

No, I followed a tutorial on syncing Onedrive onto ubuntu with rclone. I have the command as a start up procedure on ubuntu.

sh -c "rclone --vfs-cache-mode writes mount ovelnux: ~/veLiux"

However, I've been looking into how OneDrive handles images, and it seems when I upload an image OneDrive will display it IN the Photos folder, while leaving it IN the camera roll folder in the My Files folder. I had thought it was located in the Photos folder and I needed to somehow sync that folder, when the file is not even in that folder. Seems the issue is with me not knowing how OneDrive handles images n such.

Also, I didn't do the get my own client ID and key. I obtained a token during the config.

D

so is this problem solved?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.