Skip to content

OCP API: Contacts photos format #32520

Open
@marcelklehr

Description

Describe the bug

I'm trying to process contact photos in an app. Sometimes the photos I get from OCP\IAddressBook#search are binary blobs, sometimes they are links, that are Basic Auth protected. Is this intended?

Steps to reproduce

  1. Write a Nextcloud App
  2. OCP\Contacts\IManager#getUserAddressBooks()
  3. $cards = OCP\IAddressBook#search()
  4. file_get_contents($card['PHOTO'])

Expected behavior

Consistent data formatting, either all photos as blobs or all photos as URLs. Additionally it would be nice if those URLs didn't have Basic Auth protection, which makes it quite hard to process the photos on the server (I assume I would need to create an app password.)

Actual behavior

Sometimes PHOTO entries are URLs with Basic Auth protection, sometimes they are blobs.

Contact version

Not sure

Operating system

Not sure

PHP engine version

PHP 7.4

Web server

Apache (supported)

Database

Other

Operating system

Not sure

List of activated Apps

This is generated from third-party reports, I don't have access.

Nextcloud Signing status

No response

Configuration report

No response

Additional info

This info is generated from third-party reports, I don't have access. See the original issue on my repo: nextcloud/recognize#139

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions