Page 1 of 4

Status column empty

Posted: 22 Jan 2024 00:58
by kiwichick
Yet another cool feature that I don't understand 🤦‍♀️ How does the new Status column work? Do we need to configure something to get it to display the status of cloud items? Is it any cloud storage service, or only the most common ones? I have added the column but it's empty. I am using the latest XY version.

Re: Status column empty

Posted: 22 Jan 2024 13:16
by admin
Damn, this is an unexpected setback. :blackstorm: How ugly can it get? The documentation is not only severely lacking, it is simply wrong.

Re: Status column empty

Posted: 23 Jan 2024 08:58
by admin
Just to make sure: Status column is empty also in Win 11?

Re: Status column empty

Posted: 23 Jan 2024 21:21
by admin
Whatever, it should show some numbers now.

Re: Status column empty

Posted: 24 Jan 2024 02:27
by jmuhar
I can confirm that I also see nothing in the Status column for my OneDrive files. I am using Windows 11 Home and I have the latest Xyplorer beta installed (25.40.0411).

Re: Status column empty

Posted: 24 Jan 2024 11:43
by admin
In the current beta v25.40.0412, the Status column may show different values.

Over here I'm seeing this in Win10 now, and I'm looking for a reliable correlation between the numbers and the three different texts in the Availability column ("Verfügbarkeitsstatus" in German); unfortunately over here I only have 2 texts for folders and 2 others for files, and apparently folders and files sometimes give different numbers (sigh):
Status-Win10-2024-01-24_112331.png
To check even more return values you can select any item in your OneDrive branch and run this script:

Code: Select all

text  property("*Availability:") . <crlf> .
      property("#8:") . <crlf> .
      property("#303:") . <crlf> .
      property("System.OfflineAvailability:") . <crlf> .
      property("System.FileOfflineAvailabilityStatus:") . <crlf> .
      property("System.FileStatus:") . <crlf> .
      property("System.Status:") . <crlf> .
      property("System.Sync.State:") . <crlf> .
      property("System.SyncTransferStatus:") . <crlf> .
      property("System.OfflineStatus:") . <crlf> .
      property("System.FilePlaceholderStatus:") . <crlf> .
      property("System.StorageProviderStatus:") . <crlf> .
      property("System.StorageProviderState:") . <crlf> .
      property("System.StorageProviderUIStatus:");

Re: Status column empty

Posted: 24 Jan 2024 16:16
by jmuhar
With the new beta (25.40.0412):
Windows 11 Home
OneDrive
I am seeing the value -6-- in the Status Column for all files and folders

Re: Status column empty

Posted: 24 Jan 2024 16:19
by admin
What does the Availability column show for those items?

Re: Status column empty

Posted: 24 Jan 2024 16:28
by jmuhar
I can't seem to find the Availability column. See the attachment.

Re: Status column empty

Posted: 24 Jan 2024 16:56
by admin
In that menu click Add Column, then right-click the new column header and click Select Property..., then select Availability from the popup list.

Re: Status column empty

Posted: 24 Jan 2024 17:04
by jmuhar
Thanks, that worked. The Availability column shows no information for both files and folders.

Re: Status column empty

Posted: 24 Jan 2024 17:37
by admin
Hmm, this is getting weirder and weirder. And I'm surprised at the lack of feedback in this thread. I thought the Status column would be more popular. :maf:

Re: Status column empty

Posted: 24 Jan 2024 19:47
by jmuhar
I think this feature would be very cool, so please don't give up. I will continue to provide feedback on any new beta releases.

Re: Status column empty

Posted: 24 Jan 2024 20:03
by admin
Cool :tup:

Can you check the Availability column in File Explorer? I'm surprised that it's empty.

Re: Status column empty

Posted: 24 Jan 2024 20:12
by highend

Code: Select all

#303: Available on this device
System.FilePlaceholderStatus: 14
System.StorageProviderState: 2
System.StorageProviderUIStatus: [DataObject]
No values in status column...
1.png