Thursday, November 28, 2024

Resolviendo reject app okeypay

 Issue details

Permissions and APIs that Access Sensitive Information policy: Requested permissions do not match core functionality of the app
Status
  • errorUpdate rejected
  • Previous version available on Google Play
Rejected
Nov 28, 2024, 5:56 AM

You declared that your permission use case is the core functionality of your app. However, after review, we found that your app does not match the declared use case(s). Learn more about permitted uses and exceptions.

Please either make changes to your app so that it meets the requirements of the declared core functionality or select a use case that matches your app’s functionality.

  • Your store listing information does not match the core functionality for your declared use case.
  • DEFAULT_SMS

    DEFAULT_ASSISTANT


Documentacion para solucionar:

- seleccione Default  SMS HANDLER: entiendo que solo necesita eso



Wednesday, November 27, 2024

A new post by oath 2.0 playground

With exciting content...

A new post

With exciting content...

API de Blogger para subir contenido directamente

 https://console.cloud.google.com/.



1.:https://developers.google.com/blogger/docs/3.0/using#auth









Ahora necesitas tener tu key para consulta GET:




2. id de tu blog = 6868867495727405972





url GET ARMADO:




obtener los posts:

https://www.googleapis.com/blogger/v3/blogs/6868867495727405972/posts?key=AIzaSyD07isf10u8wrJzJS0ROsubdEOhsxpq6_s




YOU NEED TO GO TO: GOOGLE OAUTH PLAYGROUND
to give access to api











DESPUES DE ESO YA PUEDES USAR PLAYGROUND PARA CREAR POST


USANDO OAHT PLAYGROUND

POST: https://www.googleapis.com/blogger/v3/blogs/6868867495727405972/posts/
Authorization: /* OAuth 2.0 token here */
Content-Type: application/json

{
  "kind": "blogger#post",
  "blog": {
    "id": "6868867495727405972"
  },
  "title": "A new post by OAuth v2 playground",
  "content": "With <b>exciting</b> content..."
}





fuentes:


Monday 27, November

 







Resolviendo reject app okeypay

  Issue details Permissions and APIs that Access Sensitive Information policy: Requested permissions do not match core functionality of the ...