IP Library Granted Patent US 11,836,151
Granted Patent B2
US 11,836,151 · App. 15/867,486 · Granted Dec 5, 2023

Synchronizing symbolic links

Inventor: Elmer Charles Jubb, IV (San Francisco, CA)
Assignee: Dropbox, Inc.
G06F16/27G06F1/04G06F3/065G06F3/067G06F3/0619G06F3/0623G06F3/0629G06F3/0652G06F9/547G06F11/1469G06F12/1466G06F16/11G06F16/113G06F16/116G06F16/119G06F16/122G06F16/125G06F16/128G06F16/13G06F16/137G06F16/148G06F16/152G06F16/156G06F16/16G06F16/162G06F16/168G06F16/172G06F16/176G06F16/178G06F16/1734G06F16/1744G06F16/1767G06F16/1787G06F16/18G06F16/182G06F16/183G06F16/184G06F16/185G06F16/1827G06F16/1844G06F16/2246G06F16/2255G06F16/2322G06F16/2358G06F16/2365G06F16/2379G06F16/24552G06F16/275G06F16/907G06F16/9027G06F16/951G06F16/955G06F16/958G06F21/10G06F21/604G06F21/6218H04L9/3213H04L9/3247H04L63/08H04L63/0853H04L63/10H04L63/101H04L63/102H04L67/06H04L67/1095H04L67/1097G06F2201/84G06F2212/1052G06F2221/2141H04L67/01H04L67/306
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,836,151
App. No.
15/867,486
Granted
Dec 5, 2023
Kind
B2
Abstract

In some embodiments, a synchronization system can synchronize symbolic links across multiple devices. For example, a content management system can receive, from a client device, one or more synchronization operations for synchronizing content items between the content management system and the client device. The content items can be content items associated with a user account registered at the content management system. The content management system can determine that the one or more synchronization operations include an operation for adding a content item to the user account, and that the content item is a symbolic link that includes a path to a target content item. The content management system can then synchronize the content item as a symbolic link.

Claims (55)

1. A method comprising:

receiving, by a content management system, from a client device, one or more synchronization operations, the synchronization operations for synchronizing one or more content items on the content management system to correspond to one or more content items on the client device based on changes to the one or more content items at the client device, the one or more content items being associated with a user account registered at the content management system;

determining, by the content management system, that a content item of the one or more synchronization operations comprises a symbolic link including an absolute path to a target content item on the client device, wherein the symbolic link is shared between a plurality of user accounts;

determining that the absolute path to the target content item in the symbolic link is invalid at one or more other client devices that receive the content item through a respective synchronization operation with the content management system because the target content item resides in a location that is not accessible to at least one of the plurality of user accounts associated with the one or more other client devices, wherein the absolute path is valid at the client device;

modifying the absolute path of the symbolic link at the one or more other client devices to be a shortened relative path valid for the one or more other client devices to yield the modified symbolic link that is valid at the one or more other client devices;

receiving a modification to the content item from one of the one or more other client devices; and

synchronizing, by the content management system, the modification of the content item according to the modified symbolic link as part of the operation associated with the one or more synchronization operations.

2. The method of claim 1 , further comprising:

in response to determining that the absolute path is invalid at the one or more other client devices, determining one or more reasons why the absolute path is invalid at the one or more other client devices.

3. The method of claim 2 , wherein determining that the absolute path is invalid at the one or more other client devices that receive the content item through the respective synchronization operation with the content management system and determining the one or more reasons comprise:

determining that the symbolic link is shared between the plurality of user accounts registered at the content management system; and

determining that the target content item resides in a location that is not accessible to at least one of the plurality of user accounts.

4. The method of claim 3 , further comprising;

after determining that the target content item resides in the location that is not accessible to the at least one of the plurality of user accounts, notifying the user account that the at least one of the plurality of user accounts does not have access to the target content item;

receiving authorization to grant the at least one of the plurality of user accounts access to the target content item; and

based on the authorization:

granting the at least one of the plurality of user accounts access to the target content item; and

synchronizing the target content item with one or more respective devices associated with the at least one of the plurality of user accounts.

5. The method of claim 4 , wherein determining that the target content item resides in a location that is not accessible to at least one of the plurality of user accounts comprises determining that the target content item resides in a namespace that is not available to the at least one of the plurality of user accounts, and wherein granting access to the target content item and synchronizing the target content item comprise granting the at least one of the plurality of user accounts access to the namespace and synchronizing the namespace with the one or more respective devices.

6. The method of claim 1 , comprising:

generating a prompt for the user account of the client device, the prompt requesting user input to modify the symbolic link to preserve its functionality after the synchronization.

7. The method of claim 1 , further comprising:

determining that a user account associated with another client device of the one or more other client devices is configured to omit synchronization of the content item; and

generating prompt for the user account associated with the another client device to permit synchronization of the content item.

8. A non-transitory computer readable medium comprising instructions, the instructions, when executed by one or more processors, cause a content management system to:

receive, from a client device, one or more synchronization operations for synchronizing one or more content items on the content management system and to correspond to one or more content items on the client device based on changes to the one or more content items at the client device, the one or more content items being associated with a user account registered at the content management system;

determine that a content item of the one or more synchronization operations comprises a symbolic link including an absolute path to a target content item on the client device, wherein the symbolic link is shared between a plurality of user accounts;

determine that the absolute path to the target content item in the symbolic link is invalid at one or more other client devices that receive the content item through a respective synchronization operation with the content management system because the target content item resides in a location that is not accessible to at least one of the plurality of user accounts associated with the one or more other client devices, wherein the absolute path is valid at the client device;

modify the absolute path of the symbolic link at the one or more other client devices to be a shortened relative path valid for the one or more other client devices to yield the modified symbolic link that is valid at the one or more other client devices;

receive a modification to the content item from one of the one or more other client devices; and

synchronize, by the content management system, the modification of the content item according to the modified symbolic link as part of the operation associated with the one or more synchronization operations.

9. The non-transitory computer readable medium of claim 8 , storing instructions which, when executed by the one or more processors, cause the content management system to:

determine that the absolute path to the target content item in the symbolic link is invalid at one or more devices that receive the content item through the respective synchronization operation with the content management system; and

in response to determining that the absolute path is invalid at the one or more devices, determine one or more reasons why the absolute path is invalid at the one or more devices.

10. The non-transitory computer readable medium of claim 9 , wherein determining that the absolute path is invalid at the one or more devices that receive the content item through the respective synchronization operation with the content management system and determining the one or more reasons comprise:

determining that the symbolic link is shared between the plurality of user accounts registered at the content management system; and

determining that the target content item resides in a location that is not accessible to at least one of the plurality of user accounts.

11. The non-transitory computer readable medium of claim 10 , storing instructions which, when executed by the one or more processors, cause the content management system to:

after determining that the target content item resides in the location that is not accessible to the at least one of the plurality of user accounts, notify the user account that the at least one of the plurality of user accounts does not have access to the target content item;

receive authorization to grant the at least one of the plurality of user accounts access to the target content item; and

based on the authorization:

grant the at least one of the plurality of user accounts access to the target content item; and

synchronize the target content item with one or more respective devices associated with the at least one of the plurality of user accounts.

12. The non-transitory computer readable medium of claim 11 , wherein determining that the target content item resides in a location that is not accessible to at least one of the plurality of user accounts comprises determining that the target content item resides in a namespace that is not available to the at least one of the plurality of user accounts, and wherein granting access to the target content item and synchronizing the target content item comprise granting the at least one of the plurality of user accounts access to the namespace and synchronizing the namespace with the one or more respective devices.

13. A computing device comprising:

one or more processors; and

at least one non-transitory computer readable medium having stored therein instructions which, when executed by the one or more processors, cause the computing device to:

add a content item associated with a user account at a content management system;

determine that the content item of one or more synchronization operations comprises a symbolic link including an absolute path to a target content item on a client device, wherein the symbolic link is shared between a plurality of user accounts;

determine that the absolute path to the target content item in the symbolic link is invalid at one or more other client devices that receive the content item through a respective synchronization operation with the content management system because the target content item resides in a location that is not accessible to at least one of the plurality of user accounts associated with the one or more other client devices, wherein the absolute path is valid at the client device;

modify the absolute path of the symbolic link at the one or more other client devices to be a shortened relative path valid for the one or more other client devices to yield the modified symbolic link that is valid at the one or more other client devices;

receive a modification to the content item from one of the one or more other client devices; and

synchronize, by the content management system, the modification of the content item according to the modified symbolic link as part of the operation associated with the one or more synchronization operations.

14. The computing device of claim 13 , wherein the instructions which, when executed by the one or more processors, cause the computing device to:

determine, based on one or more characteristics of the symbolic link, whether to add the symbolic link.

Assignments (2)
RELEASE OF SECURITY INTEREST Recorded Dec 13, 2024
From: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
To: DROPBOX, INC.
Reel/Frame 069635/0332 →
SECURITY INTEREST Recorded Dec 12, 2024
From: DROPBOX, INC.
To: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT
Reel/Frame 069604/0611 →