GDrive resource keys #16

Closed
opened 2026-05-27 10:04:13 +10:00 by tris · 0 comments
Owner

Some public links contain a resource_key parameter which we need to store for access to the resource.

Send using HTTP header:

X-Goog-Drive-Resource-Keys: <folder or file id>/<resource_key>

Will need to store as part of the storage url e.g:

gdrive:<file_id>#<resource_key>/Original Filename.pdf
*Some* public links contain a `resource_key` parameter which we need to store for access to the resource. Send using HTTP header: ``` X-Goog-Drive-Resource-Keys: <folder or file id>/<resource_key> ``` Will need to store as part of the storage url e.g: ``` gdrive:<file_id>#<resource_key>/Original Filename.pdf ```
tris closed this issue 2026-05-27 22:46:15 +10:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/polyphonic#16
No description provided.