OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
690 stars 95 forks source link

Not able to sideload outlook addin. in macbook there is no option to add the manifest file #4757

Closed veris-kamaraj closed 3 months ago

veris-kamaraj commented 3 months ago

outlook mac : Version 16.87.2 (24072822)

get add in button is navigating to https://appsource.microsoft.com/en-us/marketplace/apps?product=office%3Boutlook&page=1&src=office&corrid=ce7a9dd8-4f6f-55b4-1560-1526ba3661c6&omexanonuid=&referralurl=&ClientSessionId=eadd52a2-a4c3-42c2-b471-865ede8423df.

There is no option to add manifest file

Screenshot 2024-08-06 at 3 58 06 PM Screenshot 2024-08-06 at 4 00 03 PM
veris-kamaraj commented 3 months ago

the document ui is not there in the new outlook that is the issue . can you help me on this . i have attached the screenshot in the ticket itself

On Tue, Aug 6, 2024 at 5:08 PM dahuja10 @.***> wrote:

Hi, @veris-kamaraj https://github.com/veris-kamaraj - please refer this doc for sideloading the addin - https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/sideload-outlook-add-ins-for-testing

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4757#issuecomment-2271081733, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGFRZAF7QWRCOFXYIS3O5LZQCYU7AVCNFSM6AAAAABMCBAMYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRGA4DCNZTGM . You are receiving this because you were mentioned.Message ID: @.***>

DivyaPatidar commented 3 months ago

@veris-kamaraj This is expected behaviour. Can you tell me where did you install the Outlook App from? Meanwhile you can sideload addin using https://aka.ms/olksideload. For details check our documentation here

veris-kamaraj commented 3 months ago

hi divya previously in mac we sideload the addin from manifest file now there is no option to add the addin from manifest file when we click on getAdd in button it is navigating to addin store no option to add the file . adding the video for your reference . Screen Recording 2024-08-07 at 2.55.35 PM.mov https://drive.google.com/file/d/14ETYm663QuueqDlSat3wq8SfRekUqHI_/view?usp=drive_web please revert back if i am wrong on adding the manifest file

Thank you

On Wed, Aug 7, 2024 at 9:51 AM Divya Patidar @.***> wrote:

@veris-kamaraj https://github.com/veris-kamaraj This is expected behaviour. Can you tell me where did you install the Outlook App from? Meanwhile you can sideload addin using https://aka.ms/olksideload. For details check our documentation here https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/sideload-outlook-add-ins-for-testing#:~:text=In%20your%20preferred%20browser%2C%20go%20to%20https%3A//aka.ms/olksideload.%20Outlook%20on%20the%20web%20opens%2C%20then%20the%20Add%2DIns%20for%20Outlook%20dialog%20appears%20after%20a%20few%20seconds.

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4757#issuecomment-2272588718, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGFRZEFAQQA7BU6WLXYW43ZQGOEPAVCNFSM6AAAAABMCBAMYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZSGU4DQNZRHA . You are receiving this because you were mentioned.Message ID: @.***>

exextoc commented 3 months ago

Hi @veris-kamaraj, we do not have access to this google drive, can you pls share the repro video here or create a private github repo and give access to exextoc.

veris-kamaraj commented 3 months ago

i have changed the access please check

On Thu, Aug 8, 2024 at 1:14 PM Outlook Add-ins Team - MSFT < @.***> wrote:

Hi @veris-kamaraj https://github.com/veris-kamaraj, I do not have access to this google drive, can you pls share the repro video here or give access to @.***

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4757#issuecomment-2275165044, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGFRZHV4U6H7V7R24ZBQM3ZQMOXPAVCNFSM6AAAAABMCBAMYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZVGE3DKMBUGQ . You are receiving this because you were mentioned.Message ID: @.***>

anjalitp commented 3 months ago

@veris-kamaraj Please confirm if Microsoft Outlook was originally installed from App Store. Also, could you please collect logs from Outlook Mac by following the steps mentioned here https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues

veris-kamaraj commented 3 months ago

it is downloaded from the app store only

On Mon, Aug 19, 2024 at 4:15 PM anjalitp @.***> wrote:

@veris-kamaraj https://github.com/veris-kamaraj Please confirm if Microsoft Outlook was originally installed from App Store. Also, could you please collect logs from Outlook Mac by following the steps mentioned here #4705 https://github.com/OfficeDev/office-js/issues/4705

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4757#issuecomment-2296269798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGFRZECEWYT27HKG4UXQ73ZSHEDHAVCNFSM6AAAAABMCBAMYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJWGI3DSNZZHA . You are receiving this because you were mentioned.Message ID: @.***>

anjalitp commented 3 months ago

This is expected behaviour for Outlook versions installed from App Store. This was changed recently. Could you please uninstall the current version and install the latest version from https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac and see if the issue resolves?

veris-kamaraj commented 3 months ago

my question is how you will add the custom manifest file for the add in it is navigating to https://appsource.microsoft.com/en-us/marketplace/apps?product=office%3Boutlook&page=1&src=office&corrid=b18ed3c6-d333-a606-6ac5-2399b2cb2889&omexanonuid=&referralurl=&ClientSessionId=3d75e4da-4d8a-42a4-bf8c-f83194e0399d when i click on get add ins . you don`t support mac for outlook add in development . in documentation you have mentioned some ui . that ui is not exists in the current outlook app. due to this i am not able to develop features into my existing app .please help me

On Tue, Aug 20, 2024 at 4:55 PM anjalitp @.***> wrote:

This is expected behaviour for Outlook versions installed from App Store. This was changed recently. Could you please uninstall the current version and install the latest version from https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac and see if the issue resolves?

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4757#issuecomment-2298621971, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGFRZGNRQXJJ4NNEVR24QLZSMRS5AVCNFSM6AAAAABMCBAMYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJYGYZDCOJXGE . You are receiving this because you were mentioned.Message ID: @.***>

anjalitp commented 3 months ago

@veris-kamaraj If you install the Outlook Mac from Microsoft website https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac, Get Add-ins button should open the Store Page shown in below screenshot: image

Other option is to install the add-in via Outlook Web by launching the url https://aka.ms/olksideload. This url should open up the same Store Page shown above, and add-in can be installed from My Add-ins -> Custom add-in section. After installing the add-in from Outlook Web, restart Outlook Mac for the add-in to show up.

rhlarora84 commented 6 days ago

I am running into a similar issue. I created the basic setup using the yo tool and unified manifest. I could get into Outlook and sideload link to upload file. However the web outlook is looking for manifest.xml but will not allow loading manifest.json