ral23
IImmich
•Created by ral23 on 10/17/2023 in #help-desk-support
Bulk upload to a specific album
Just to confirm --album would add any files picked up to an existing (shared in my case) album?
7 replies
IImmich
•Created by ral23 on 10/17/2023 in #help-desk-support
Bulk upload to a specific album
Sorry, should have said I'm looking to bulk upload into an album that already exists, not to create a new album based on the dir structure.
7 replies
IImmich
•Created by ral23 on 8/20/2023 in #help-desk-support
Date format for API call to memory-lane
Great works now. Thank you. Still learning!
10 replies
IImmich
•Created by ral23 on 8/20/2023 in #help-desk-support
Date format for API call to memory-lane
Makes sense, have included it in header as below. But still getting the same error.
Any suggestions:
curl -L -X GET '192.168.1.50:2283/api/asset/memory-lane' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'timestamp: 2022-05-12T00:00:00.000Z' -H 'x-api-key: 'my api key''
10 replies
IImmich
•Created by ral23 on 8/20/2023 in #help-desk-support
Date format for API call to memory-lane
The curl command I'm using is:
curl -L -X GET '192.168.1.50:2283/api/asset/memory-lane' -H 'Content-Type: application/json' -H 'Accept: application/json' --data-raw '{"timestamp": "2022-08-20T00:00:00.000Z"}' -H 'x-api-key: 'MY-API-KEY''
I get back:
{"statusCode":400,"message":["timestamp must be a Date instance"],"error":"Bad Request"}
I've tried each of these formats for the timestamp including Unix epoch time.
Timestamp
1660998852
Atom
2022-08-20T12:34:12+00:00
W3C
2022-08-20T12:34:12+00:00
ISO 8601
2022-08-20T12:34:12+0000
RFC 2822
Sat, 20 Aug 2022 12:34:12 +0000
10 replies
IImmich
•Created by ral23 on 8/20/2023 in #help-desk-support
Date format for API call to memory-lane
Thanks but I'm still having problems.
10 replies