User Profile
xmoncomble
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
filters on jobs don't work anymore
Hi Last year, I made a program to retrieve specific jobs I have this query in order to retrieve all the jobs with the state paused https://graph.microsoft.com/v1.0/print/printers/5cf6d36b-60c1-44f9-8a41-cb4f69263842/jobs?$filter=status/state%20eq%20%27paused%27 In my mup printer, i have two jobs : one in paused and one in canceled Last year, the query only retrieved the jobs in the state paused But now, the query retrieves the two jobs (the job canceled and the job in paused) I have a problem with my query ? the syntax has changed ? Or we can no longer use filters on the status ? Thanks for your response Regards Xavier M.505Views0likes0CommentsPrinter is not supporting values provided in attribute(s)
Hi I encounter an error when I want to print on a MUP printer a document in landscape mode. I have this error :{"error":{"code":"400","message":"Printer is not supporting values provided in attribute(s) : finishings","innerError":{"date":"2022-03-25T08:10:14","request-id":"d6631626-7f2f-40b5-a551-9153e40cfcd9","client-request-id":"d6631626-7f2f-40b5-a551-9153e40cfcd9"}}} In portait mode, it's OK I used the print connector to install my printer in MUP It's a problem with my driver ? I use a V4 driver. Is it possible to use a V3 driver ? Which kind of driver do i need to use ? A microsoft driver or could i use a driver from another reseller Thanks Xavier M.Solved1.2KViews0likes1CommentProguard and MSAL for java
I made on maven a java application with msal I added on the pom the dependency for msal When I compile in dev mode (mode without obfuscation), the compilation is OK But when I compiled in prod mode (mode with obfuscation), the compilation failed and I don'k know why I tried to modify my proguard.conf without success Is it possible to use proguard and MSAL java in order to obfuscate my application ? And how to to that ? Regards Xavier M.984Views0likes1CommentError : The token does not have one or more required security scopes
Hi I want to make a simple application that retrives all the print jobs of a specific printer but I encountered an issue when I want to call the api "jobs" I follow the document "Quickstart: Register an application with the Microsoft identity platform" (https://docs.microsoft.com/fr-fr/azure/active-directory/develop/quickstart-register-app) 1. I Register an new application with the account "Accounts in this organizational directory only" 2. I added a client secret 3. I added the application permission "PrintJob.Read.All", permission to list the print jobs My application is very simple 1. I retrieve an acces token by calling the url https://login.microsoftonline.com/cartadis.com/oauth2/v2.0/token in POST method with the parameters grant_type=client_credentials client_id=<id of my app in azure> client_secret=<secret of my app> scope=https://graph.microsoft.com/.default 2. I call the url https://graph.microsoft.com/beta/print/printers/<id_of_my_printer>/jobs with the token retrieved previously in the header name "Authorization" But each time, I have a 403 error "The token does not have one or more required security scopes" I forgot something ? Ideas ? Thanks in advanced Regards3.6KViews0likes2CommentsRegister a virtual printer : parameter certificateSigningRequest
on my web application, I would like to https://docs.microsoft.com/fr-fr/graph/api/printer-create?view=graph-rest-beta (https://docs.microsoft.com/fr-fr/graph/universal-print-concept-overview part Extending Universal Print to support pull printing) with the API print/printers/create but I need to add on the body the certificateSigningRequest parameter and i don't understand how to do that HOW to generate the content and transportKey ?1.3KViews0likes2Comments
Recent Blog Articles
No content to show