Proton Drive x rclone

Hi, heads up, the /drive/shares/{shareId}/links*, /drive/shares/{shareId}/events*, /drive/shares/{shareId}/folders*, /drive/shares/{shareId}/files/* endpoints have all been deprecated for years. We're migrating our clients to the SDK, which no longer uses them, and in the coming (6-12 months) we'll be removing many of them. The routes are not volume based, /drive/volumes/{volumeId}/... based instead. Many of them are also at /drive/v2/.... The SDK is using them, so you can have a look at the code
The newer generation listings are ID based, and we have batch fetching for metadata that clients should consume when needed. Expect everything that's superseded to be removed within 12 months.

Note also that some users are very heavy on the events endpoints on the 1.75 version. Clients should poll it at most every 30 seconds.

There are also still users making heavy use of the children endpoints. It may be user behavior and sticking sync in a */5 cron or something, but we will be getting more aggressive about throttling abusive behavior. Our top API resource consumers are all rclone users, by far. Apart from that, it seems to be doing fine :slight_smile:

1 Like