I get this error when linking to a Google Drive download link for my exe file: Package URL should begin with https:// and should point to a versioned, downloadable package.

Aaron Watson 10 Reputation points
2023-02-24T00:25:48.65+00:00

I am trying to put my application on the Microsoft Windows store. On the page where I am supposed to link to my package, I am getting this error:

Package URL should begin with https:// and should point to a versioned, downloadable package.

Here is the URL that I am using

https://drive.google.com/uc?export=download&id=1hInf3aN_GREZAGr7WMz8GfmEs3HQIp0s

The URL seems to work for me. I don't understand what the problem is. Does it have something to do with the whole "versioned" part? If so, how do I "version" my exe file.

I simply created my app with electron.js (electron-forge) if that is relevant information.

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
1,061 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sudheer Makkar 5 Reputation points
    2023-08-31T01:48:19.8333333+00:00

    Why microsoft is doing this, we are struggling to publish our apps

    1 person found this answer helpful.
    0 comments No comments

  2. Roy Li - MSFT 34,281 Reputation points Microsoft External Staff
    2023-02-24T02:02:52.8+00:00

    Hello,

    Welcome to Microsoft Q&A!

    According to the document - Upload app packages, an example of the URL looks like this: https://www.contoso.com/downloads/1.1/setup.exe

    You need to indicated the version of your app in the URL.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.