1. Gregorio Robinovich
  2. PowerBuilder
  3. Monday, 12 July 2021 20:39 PM UTC

Hola, mis saludos a la comunidad.

 

Necesito grabar unos archivos pdf en sharepoint en el sitio de la empresa. Actualmente esos pdf se guardan en un servidor específico, cosa que funciona muy bien, pero ahora se requiere poder hacerlo en sharepoint. Me pueden ayudar con alguna sugerencia ?

 

Gracias de antemano.

 

 

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 12 July 2021 21:11 PM UTC
  2. PowerBuilder
  3. # 1

SharePoint supports REST APIs.  You can use HTTPClient or RESTClient in PowerBuilder to call REST APIs.  The data format for REST is JSON, and for Blob datatypes (e.g. PDF) you may need to use Base64 encoding.  I cannot find SharePoint example in the CodeXchange, but there is Dropbox example you can study.

Comment
  1. Gregorio Robinovich
  2. Monday, 12 July 2021 21:26 PM UTC
Muchas gracias, lo voy a investigar y te comento.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 12 July 2021 21:10 PM UTC
  2. PowerBuilder
  3. # 2

Hola Gergorio;


   Aquí hay una sugerencia de solución que le gustaría probar ...
http://www.example-code.com/powerbuilder/sharepoint.asp

Saludos ... Chris

Comment
  1. Gregorio Robinovich
  2. Monday, 12 July 2021 21:24 PM UTC
Muchas gracias. Ya he estado investigando esa sugerencia. Cuando tenga novedades les comento.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.