Status column empty

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
kiwichick
Posts: 673
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Status column empty

Post 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.
Windows 10 Pro 22H2

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post 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.

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post by admin »

Just to make sure: Status column is empty also in Win 11?

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post by admin »

Whatever, it should show some numbers now.

jmuhar
Posts: 11
Joined: 24 Jan 2024 02:23

Re: Status column empty

Post 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).

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post 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:");
To see the attached files, you need to log into the forum.

jmuhar
Posts: 11
Joined: 24 Jan 2024 02:23

Re: Status column empty

Post 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

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post by admin »

What does the Availability column show for those items?

jmuhar
Posts: 11
Joined: 24 Jan 2024 02:23

Re: Status column empty

Post by jmuhar »

I can't seem to find the Availability column. See the attachment.
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post 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.

jmuhar
Posts: 11
Joined: 24 Jan 2024 02:23

Re: Status column empty

Post by jmuhar »

Thanks, that worked. The Availability column shows no information for both files and folders.

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post 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:

jmuhar
Posts: 11
Joined: 24 Jan 2024 02:23

Re: Status column empty

Post 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.

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status column empty

Post by admin »

Cool :tup:

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

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Status column empty

Post 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
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal

Post Reply