Forum Discussion
Power BI Rest API continuation token is corrupted
- Anonymous6 years ago
Hi Anonymous
Yes, yous should not use the continuationToken, but the continuationUri, and use it to make a new get request.
The documentation for this API is poor and outdated, unfortunately.
Let me know if you need further assistance.
Hi Anonymous
Yes, yous should not use the continuationToken, but the continuationUri, and use it to make a new get request.
The documentation for this API is poor and outdated, unfortunately.
Let me know if you need further assistance.
Hi.
I'm having the same issue with the SDK and have been unable to figure out how to use the continuationUri that you mentioned with the SDK. The SDK works quite well for all of the various pieces of data that I am consuming, and it even works fine for activities too provided I ignore the continuation token. Every attempt to use that so far has failed.
Do you have an example of using the continuationUri with the SDK specifically?