SDK ImportModule MPKPath

1
Hi,   I am using the Mendix SDK to import a module in my project but keep encountering the same error:   code: model.importModuleMpk('75fbfda8-395a-4090-8894-4850c0b9473c').catch(console.error);   definition: importModuleMpk(mpkPath: string | Blob, callback: IVoidCallback, errorCallback?: IErrorCallback): void     error response:   error: 'No response',   description: 'The Mendix Model API Server failed to respond. Result code: ENOENT',   url: 'https://model.api.mendix.com/v1/wc/51119fa6-02a4-4663-ab46-2f823d0f1d7b/module' }   I used the UUID from the SAML20 module ( 75fbfda8-395a-4090-8894-4850c0b9473c ) Does anybody know the correct mpkPath for a appstore module ?    
asked
0 answers