Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

kashiwagi_yhi's avatar
kashiwagi_yhi
Explorer | Level 3
7 months ago

Issue with userinfo API (400 Error)

Hello,

 

The userinfo API, which was working fine until yesterday, has suddenly stopped functioning. Every time I send a request to the API, I receive a 400 error.

 

Specifically, I am using the following endpoint:

Request URL: https://api.dropboxapi.com/2/openid/userinfo
Error message: 400 Bad Request
Response content: Error in call to API function "openid/userinfo": expected object, got null


I would like to know if this API has been deprecated or if there has been a change in its specifications. If there is any information regarding changes or deprecation, it would be very helpful. Additionally, any guidance on alternative methods or new API usage would be greatly appreciated.

 

Thank you for your assistance.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    Thanks for the report. We'll look into it.

     

    It looks like sending "{}" (instead of "null") still works. Can you try sending "{}" instead of "null"?