Not Monitored
Tag not monitored by Microsoft.
39,239 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Ms team file attachment not showing thumbnailUrl using graph api.
$attachment = [
'id' => $attachmentId,
'contentType' => 'reference',
'contentUrl' => $contentUrl,
'name' => $fileName,
'thumbnailUrl'=> $contentUrl,